diff options
Diffstat (limited to 'simon/items.cpp')
-rw-r--r-- | simon/items.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/items.cpp b/simon/items.cpp index 149f10fd1c..1a0c191fba 100644 --- a/simon/items.cpp +++ b/simon/items.cpp @@ -935,7 +935,7 @@ int SimonState::runScript() } break; - case 162:{ + case 162:{ /* print string */ o_print_str(); } break; @@ -1649,7 +1649,7 @@ void SimonState::o_unk_120(uint a) uint16 id = TO_BE_16(a); _lock_word |= 0x4000; _vc_ptr = (byte *)&id; - vc_15_start_funkystruct_by_id(); + vc_15_wakeup_id(); _lock_word &= ~0x4000; } |