diff options
-rw-r--r-- | engines/parallaction/menu.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/parallaction/menu.cpp b/engines/parallaction/menu.cpp index 5783f943a5..21a01924b8 100644 --- a/engines/parallaction/menu.cpp +++ b/engines/parallaction/menu.cpp @@ -95,7 +95,7 @@ Menu::Menu(Parallaction *engine) { } Menu::~Menu() { - // + } @@ -135,7 +135,6 @@ void Menu::start() { _vm->_gfx->copyScreen(Gfx::kBitBack, Gfx::kBitFront); _vm->_gfx->copyScreen(Gfx::kBitBack, Gfx::kBit2); -// _vm->_gfx->copyScreen(Gfx::kBitBack, Gfx::kBit3); if (selectGame() == 0) { newGame(); @@ -145,7 +144,6 @@ void Menu::start() { } void Menu::newGame() { -// printf("newGame()\n"); const char **v14 = introMsg3; |