aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/closing.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/closing.h')
-rw-r--r--engines/avalanche/closing.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/engines/avalanche/closing.h b/engines/avalanche/closing.h
index a2543fd3af..b4c80a8e89 100644
--- a/engines/avalanche/closing.h
+++ b/engines/avalanche/closing.h
@@ -42,12 +42,12 @@ public:
void exitGame();
private:
-// CHECKME: Useless values?
+ // Will be needed during implementation of Closing.
enum ScreenType {
-// kScreenBugAlert = 1,
-// kScreenRamCram = 2,
-// kScreenTwoCopies = 5,
- kScreenNagScreen = 3
+ kScreenBugAlert = 1,
+ kScreenRamCram = 2,
+ kScreenNagScreen = 3,
+ kScreenTwoCopies = 5
};
AvalancheEngine *_vm;
@@ -56,10 +56,6 @@ private:
void showScreen();
void putIn(Common::String str, uint16 where);
- // CHECKME: Unused?
- // Common::String q; //absolute $B8FA:0* ; Nobody's using the graphics memory now.
- // Common::File f;
- // void handleBug();
};
} // End of namespace Avalanche.