Rename video opcodes phase one

svn-id: r5741
This commit is contained in:
Travis Howell 2002-11-29 10:18:32 +00:00
parent 1d69a07637
commit 6d3decb597
4 changed files with 73 additions and 70 deletions

View file

@ -1676,7 +1676,7 @@ void SimonState::o_unk_99_simon1(uint a)
uint16 b = TO_BE_16(a);
_lock_word |= 0x4000;
_vc_ptr = (byte *)&b;
vc_60();
vc_60_kill_thread();
_lock_word &= ~0x4000;
}
@ -1689,7 +1689,7 @@ void SimonState::o_unk_99_simon2(uint a, uint b)
_lock_word |= 0x4000;
_vc_ptr = (byte *)&items;
vc_60();
vc_60_kill_thread();
_lock_word &= ~0x4000;
}