aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v6.cpp
diff options
context:
space:
mode:
authorSven Hesse2009-07-05 21:39:55 +0000
committerSven Hesse2009-07-05 21:39:55 +0000
commit50108e9135ad0ad4b6725e7df9677fff869c44bd (patch)
tree5a89a62628b72c8de88848d70e7fd4e909fee248 /engines/gob/inter_v6.cpp
parentc88b9be2a79abf97eed1997337b450a2920afe3b (diff)
downloadscummvm-rg350-50108e9135ad0ad4b6725e7df9677fff869c44bd.tar.gz
scummvm-rg350-50108e9135ad0ad4b6725e7df9677fff869c44bd.tar.bz2
scummvm-rg350-50108e9135ad0ad4b6725e7df9677fff869c44bd.zip
Renaming the last occurences of "Collision" to "Hotspot"
svn-id: r42153
Diffstat (limited to 'engines/gob/inter_v6.cpp')
-rw-r--r--engines/gob/inter_v6.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp
index 15e2cc9481..67bf87a7da 100644
--- a/engines/gob/inter_v6.cpp
+++ b/engines/gob/inter_v6.cpp
@@ -66,7 +66,7 @@ void Inter_v6::setupOpcodesFunc() {
OPCODEFUNC(0x03, o6_loadCursor);
OPCODEFUNC(0x09, o6_assign);
OPCODEFUNC(0x13, o6_palLoad);
- OPCODEFUNC(0x19, o6_freeCollision);
+ OPCODEFUNC(0x19, o6_removeHotspot);
OPCODEFUNC(0x33, o6_fillRect);
}
@@ -353,7 +353,7 @@ bool Inter_v6::o6_palLoad(OpFuncParams &params) {
return false;
}
-bool Inter_v6::o6_freeCollision(OpFuncParams &params) {
+bool Inter_v6::o6_removeHotspot(OpFuncParams &params) {
int16 id;
id = _vm->_game->_script->readValExpr();