mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 12:46:56 +00:00
Correct name
svn-id: r8081
This commit is contained in:
parent
c4088b56e6
commit
1855dba9d3
@ -1052,7 +1052,7 @@ const char *const simon1_video_opcode_name_table[] = {
|
||||
"|DUMMY_56",
|
||||
"|DUMMY_57",
|
||||
"|UNK_58",
|
||||
"|SKIP_IF_TEXT",
|
||||
"|SKIP_IF_VOICE",
|
||||
/* 60 */
|
||||
"d|KILL_SPRITE",
|
||||
"ddd|INIT_SPRITE",
|
||||
@ -1142,7 +1142,7 @@ const char *const simon2_video_opcode_name_table[] = {
|
||||
"|PALETTE_THING",
|
||||
"|PALETTE_THING_2",
|
||||
/* 64 */
|
||||
"|SKIP_IF_TEXT",
|
||||
"|SKIP_IF_VOICE",
|
||||
"|PALETTE_THING_3",
|
||||
"|SKIP_IF_NZ",
|
||||
"|SKIP_IF_GE",
|
||||
|
@ -1759,7 +1759,7 @@ void SimonState::vc_63_palette_thing_2() {
|
||||
_video_var_3 = false;
|
||||
}
|
||||
|
||||
void SimonState::vc_64_skip_if_text() {
|
||||
void SimonState::vc_64_skip_if_voice() {
|
||||
// Simon2
|
||||
if (_sound->_voice_handle == 0)
|
||||
vc_skip_next_instruction();
|
||||
|
Loading…
Reference in New Issue
Block a user