diff options
| author | Travis Howell | 2002-10-22 13:33:48 +0000 |
|---|---|---|
| committer | Travis Howell | 2002-10-22 13:33:48 +0000 |
| commit | 37181172ede42670d7abab1c398a474bfdaaf0d7 (patch) | |
| tree | 58ddb8230de2424a15b529230cca85dc1d7afe76 /simon | |
| parent | 22f1d049fbfdb1d2cb2915b6b9bb6309e736df7c (diff) | |
| download | scummvm-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.cpp | 1 |
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; |
