Another ooops
svn-id: r5635
This commit is contained in:
parent
aa7f3b6df6
commit
2bba56a34f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ byte *SimonState::dumpOpcode(byte *p)
|
|||
st = s = simon1dos_opcode_name_table[opcode];
|
||||
} else if (_game == GAME_SIMON1TALKIE || _game == GAME_SIMON1WIN) {
|
||||
st = s = simon1talkie_opcode_name_table[opcode];
|
||||
} else if (_game == GAME_SIMON2WIN) {
|
||||
} else if (_game == GAME_SIMON2TALKIE || _game == GAME_SIMON2WIN) {
|
||||
st = s = simon2talkie_opcode_name_table[opcode];
|
||||
} else {
|
||||
st = s = simon2dos_opcode_name_table[opcode];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue