aboutsummaryrefslogtreecommitdiff
path: root/simon/items.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-05-24 12:13:23 +0000
committerTravis Howell2003-05-24 12:13:23 +0000
commite95d717fb16ad880d631b796e12c658377b54323 (patch)
tree71a1593df2a81cd4f573a50dab498ed8810b46d2 /simon/items.cpp
parent9b0e0d14dbcc1dde7b39ae19402ac7ba1d3da20a (diff)
downloadscummvm-rg350-e95d717fb16ad880d631b796e12c658377b54323.tar.gz
scummvm-rg350-e95d717fb16ad880d631b796e12c658377b54323.tar.bz2
scummvm-rg350-e95d717fb16ad880d631b796e12c658377b54323.zip
A few function renames
svn-id: r7883
Diffstat (limited to 'simon/items.cpp')
-rw-r--r--simon/items.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/items.cpp b/simon/items.cpp
index f49196222e..760db17dc3 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -1495,7 +1495,7 @@ void SimonState::o_kill_thread_simon1(uint a) {
uint16 b = TO_BE_16(a);
_lock_word |= 0x4000;
_vc_ptr = (byte *)&b;
- vc_60_kill_thread();
+ vc_60_kill_sprite();
_lock_word &= ~0x4000;
}
@@ -1507,7 +1507,7 @@ void SimonState::o_kill_thread_simon2(uint a, uint b) {
_lock_word |= 0x8000;
_vc_ptr = (byte *)&items;
- vc_60_kill_thread();
+ vc_60_kill_sprite();
_lock_word &= ~0x8000;
}