aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2012-06-15 00:56:55 +0200
committerSven Hesse2012-06-15 01:14:49 +0200
commitf16cc050e97de6339347a650b9a801153dc7ad91 (patch)
tree0fdbdcaa1d22a8df7676321a1d598ecee36cebd1 /engines/gob/inter.h
parent59b2a84552ae4f64e3e6ddc8b29ecda4f3dd524d (diff)
downloadscummvm-rg350-f16cc050e97de6339347a650b9a801153dc7ad91.tar.gz
scummvm-rg350-f16cc050e97de6339347a650b9a801153dc7ad91.tar.bz2
scummvm-rg350-f16cc050e97de6339347a650b9a801153dc7ad91.zip
GOB: Add class Inter_LittleRed
This fixes the crash when selecting an animal in the "Languages" screen. Interestingly, the German names of the animals are partially wrong... And for "Das Schmetterling" (sic!), even the recorded speech sample is wrong.
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index 1e6f74db4e..907a275e50 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -513,6 +513,17 @@ protected:
void oFascin_setWinFlags();
};
+class Inter_LittleRed : public Inter_v2 {
+public:
+ Inter_LittleRed(GobEngine *vm);
+ virtual ~Inter_LittleRed() {}
+
+protected:
+ virtual void setupOpcodesDraw();
+ virtual void setupOpcodesFunc();
+ virtual void setupOpcodesGob();
+};
+
class Inter_v3 : public Inter_v2 {
public:
Inter_v3(GobEngine *vm);