mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-16 08:11:00 +02:00
* Re-enable scrolling
* Re-enable ending of game
This commit is contained in:
+1
-2
@@ -89,7 +89,6 @@ ScrollClass::ScrollClass(void) :
|
||||
#define EVA_WIDTH 80
|
||||
void ScrollClass::AI(KeyNumType &input, int x, int y)
|
||||
{
|
||||
#if 0
|
||||
bool player_scrolled=false;
|
||||
static DirType direction;
|
||||
int rate;
|
||||
@@ -224,7 +223,7 @@ void ScrollClass::AI(KeyNumType &input, int x, int y)
|
||||
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
HelpClass::AI(input, x, y);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user