mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-26 15:53:29 +01:00
Allow scroll of areas in smart tiles.
This commit is contained in:
@@ -321,6 +321,8 @@ void game2_tick_input()
|
||||
{
|
||||
if(SmartTiles[selectedsmart].Action == 0)
|
||||
SmartTiles[selectedsmart].ActionValue++;
|
||||
if(SmartTiles[selectedsmart].Action == 1)
|
||||
SmartTiles[selectedsmart].ActionValue++;
|
||||
readmodkey = tick + 10;
|
||||
}
|
||||
}
|
||||
@@ -332,6 +334,8 @@ void game2_tick_input()
|
||||
{
|
||||
if(SmartTiles[selectedsmart].Action == 0)
|
||||
SmartTiles[selectedsmart].ActionValue--;
|
||||
if(SmartTiles[selectedsmart].Action == 1)
|
||||
SmartTiles[selectedsmart].ActionValue--;
|
||||
readmodkey = tick + 10;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user