* Re-enable scrolling

* Re-enable ending of game
This commit is contained in:
Ben Lankamp
2020-06-12 17:35:39 +02:00
parent f8e5b57f7d
commit 3d995ad22e
3 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -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);
}