* 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
+3 -2
View File
@@ -87,7 +87,7 @@ ScrollClass::ScrollClass(void)
#define EVA_WIDTH 80
void ScrollClass::AI(KeyNumType &input, int x, int y)
{
#if 0
static DirType direction;
bool player_scrolled=false;
@@ -201,6 +201,7 @@ void ScrollClass::AI(KeyNumType &input, int x, int y)
}
}
}
if (!player_scrolled){
if (Counter.Time()==0) {
Inertia--;
@@ -211,7 +212,7 @@ void ScrollClass::AI(KeyNumType &input, int x, int y)
}
}
#endif
HelpClass::AI(input, x, y);
}