diff options
Diffstat (limited to 'simon/res.cpp')
-rw-r--r-- | simon/res.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/res.cpp b/simon/res.cpp index 474e7120ad..868e2c72f9 100644 --- a/simon/res.cpp +++ b/simon/res.cpp @@ -265,6 +265,7 @@ byte *SimonState::readSingleOpcode(File *in, byte *ptr) switch (_game) { case GAME_SIMON1TALKIE: case GAME_SIMON1WIN: + case GAME_SIMON1CD32: table = opcode_arg_table_simon1win; break; case GAME_SIMON2DOS: |