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.cpp13
1 files changed, 4 insertions, 9 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp
index 83569cc98a..3f8f8623e6 100644
--- a/engines/cge2/cge2_main.cpp
+++ b/engines/cge2/cge2_main.cpp
@@ -556,15 +556,10 @@ void CGE2Engine::runGame() {
}
void CGE2Engine::loadUser() {
- // set scene
- if (_mode == 0) { // user .SVG file found
- warning("STUB: CGE2Engine::loadUser()");
- // Missing loading from save file. TODO: Implement it with the saving/loading!
- } else if (_mode == 1) {
- loadScript("CGE.INI");
- loadPos();
- // Missing saving to save file. TODO: Implement it with the saving/loading!
- }
+ warning("STUB: CGE2Engine::loadUser()");
+ // Missing loading from file. TODO: Implement it with the saving/loading!
+ loadScript("CGE.INI");
+ loadPos();
}
void CGE2Engine::loadPos() {