aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2014-01-31 11:54:44 +0100
committerSven Hesse2014-01-31 11:54:44 +0100
commitedacb7ada78d31985ea85945432bf2969e1019cc (patch)
tree52c0f4e0e609bd57f4d6826eca9103c2d3782f25 /engines/gob/inter.h
parentf7d13415eeacc41201e67bd7cfb352df998867f7 (diff)
downloadscummvm-rg350-edacb7ada78d31985ea85945432bf2969e1019cc.tar.gz
scummvm-rg350-edacb7ada78d31985ea85945432bf2969e1019cc.tar.bz2
scummvm-rg350-edacb7ada78d31985ea85945432bf2969e1019cc.zip
GOB: Move getTotTextItemPart() from Inter_v3 to Inter_v2
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index 2aa837e777..fabd31b66d 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -439,6 +439,7 @@ protected:
void o2_animPalInit(OpFuncParams &params);
void o2_addHotspot(OpFuncParams &params);
void o2_removeHotspot(OpFuncParams &params);
+ void o2_getTotTextItemPart(OpFuncParams &params);
void o2_goblinFunc(OpFuncParams &params);
void o2_stopSound(OpFuncParams &params);
void o2_loadSound(OpFuncParams &params);
@@ -540,7 +541,6 @@ protected:
virtual void setupOpcodesFunc();
virtual void setupOpcodesGob();
- void o3_getTotTextItemPart(OpFuncParams &params);
void o3_speakerOn(OpFuncParams &params);
void o3_speakerOff(OpFuncParams &params);
void o3_copySprite(OpFuncParams &params);