aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2002-10-22 13:33:48 +0000
committerTravis Howell2002-10-22 13:33:48 +0000
commit37181172ede42670d7abab1c398a474bfdaaf0d7 (patch)
tree58ddb8230de2424a15b529230cca85dc1d7afe76 /simon
parent22f1d049fbfdb1d2cb2915b6b9bb6309e736df7c (diff)
downloadscummvm-rg350-37181172ede42670d7abab1c398a474bfdaaf0d7.tar.gz
scummvm-rg350-37181172ede42670d7abab1c398a474bfdaaf0d7.tar.bz2
scummvm-rg350-37181172ede42670d7abab1c398a474bfdaaf0d7.zip
Remove warning
svn-id: r5246
Diffstat (limited to 'simon')
-rw-r--r--simon/res.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/res.cpp b/simon/res.cpp
index a521a33127..6838f01ffc 100644
--- a/simon/res.cpp
+++ b/simon/res.cpp
@@ -258,7 +258,6 @@ byte *SimonState::readSingleOpcode(File *in, byte *ptr)
break;
case GAME_SIMON2DOS:
table = opcode_arg_table_simon2dos;
- printf("right opcode table\n");
break;
case GAME_SIMON2WIN:
table = opcode_arg_table_simon2win;