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.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp
index 0e2e702288..29592d73f1 100644
--- a/engines/cge2/cge2_main.cpp
+++ b/engines/cge2/cge2_main.cpp
@@ -836,14 +836,12 @@ void CGE2Engine::cge2_main() {
if (_startGameSlot != -1) {
// Starting up a savegame from the launcher
- _mode++;
runGame();
}
if (showTitle("WELCOME")) {
#if 0
- if (_mode == 1)
- movie(kIntroExt);
+ movie(kIntroExt);
#endif
if (_text->getText(255) != nullptr) {
runGame();
@@ -891,8 +889,6 @@ int CGE2Engine::newRandom(int range) {
bool CGE2Engine::showTitle(const char *name) {
if (_quitFlag)
return false;
-
- _mode++;
_bitmapPalette = _vga->_sysPal;
BitmapPtr LB = new Bitmap[1];