From 69f6ef0efd8e4b0430706cb2a831a5059ae36d4b Mon Sep 17 00:00:00 2001 From: Joseph-Eugene Winzer Date: Tue, 11 Jul 2017 05:48:02 +0200 Subject: SUPERNOVA: Cosmetic changes in console code --- engines/supernova/console.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines') diff --git a/engines/supernova/console.cpp b/engines/supernova/console.cpp index 560520c362..838189fc53 100644 --- a/engines/supernova/console.cpp +++ b/engines/supernova/console.cpp @@ -45,9 +45,6 @@ bool Console::cmdRenderImage(int argc, const char **argv) { return true; } - int filenumber = atoi(argv[1]); - int section = atoi(argv[2]); - _vm->renderImage(atoi(argv[1]), atoi(argv[2])); return true; @@ -72,6 +69,8 @@ bool Console::cmdMusic(int argc, const char **argv) { } _vm->playSoundMod(atoi(argv[1])); + + return true; } bool Console::cmdList(int argc, const char **argv) { -- cgit v1.2.3