aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/cge2_main.cpp')
-rw-r--r--engines/cge2/cge2_main.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp
index a0717a374a..9ee9459cca 100644
--- a/engines/cge2/cge2_main.cpp
+++ b/engines/cge2/cge2_main.cpp
@@ -358,9 +358,20 @@ void CGE2Engine::runGame() {
warning("STUB: CGE2Engine::runGame()");
}
+void CGE2Engine::loadTab() {
+ char *n = _text->getText(240);
+ setEye(_text->getText(240));
+ for (int i = 0; i < kCaveMax; i++)
+ _eyeTab[i] == _eye;
+
+ warning("STUB: CGE2Engine::loadTab()");
+}
+
void CGE2Engine::cge2_main() {
warning("STUB: CGE2Engine::cge2_main()");
+ loadTab();
+
_mode++;
if (showTitle("WELCOME")) {