aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
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.h
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.h')
-rw-r--r--engines/gob/inter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index 9d983f4fe7..a31860885f 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -380,8 +380,8 @@ protected:
bool o2_assign(OpFuncParams &params);
bool o2_printText(OpFuncParams &params);
bool o2_animPalInit(OpFuncParams &params);
- bool o2_addCollision(OpFuncParams &params);
- bool o2_freeCollision(OpFuncParams &params);
+ bool o2_addHotspot(OpFuncParams &params);
+ bool o2_removeHotspot(OpFuncParams &params);
bool o2_goblinFunc(OpFuncParams &params);
bool o2_stopSound(OpFuncParams &params);
bool o2_loadSound(OpFuncParams &params);
@@ -541,7 +541,7 @@ protected:
bool o6_loadCursor(OpFuncParams &params);
bool o6_assign(OpFuncParams &params);
bool o6_palLoad(OpFuncParams &params);
- bool o6_freeCollision(OpFuncParams &params);
+ bool o6_removeHotspot(OpFuncParams &params);
bool o6_fillRect(OpFuncParams &params);
void probe16bitMusic(char *fileName);