aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/modules/module2800.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2014-12-07 15:45:43 +0200
committerFilippos Karapetis2014-12-07 15:45:43 +0200
commit2325183751e14a50b59f4a9cf5950396f52fed2a (patch)
tree17da4008a94ded1f42ed0eb0f6284f67fd4b72be /engines/neverhood/modules/module2800.cpp
parent815851e959bb46b2b9fd0de7ff9d04c9097d6908 (diff)
downloadscummvm-rg350-2325183751e14a50b59f4a9cf5950396f52fed2a.tar.gz
scummvm-rg350-2325183751e14a50b59f4a9cf5950396f52fed2a.tar.bz2
scummvm-rg350-2325183751e14a50b59f4a9cf5950396f52fed2a.zip
NEVERHOOD: Remove duplicate defines
These have been left behind after the split of the scenes and the scene sprites. Thanks to fingolfin for pointing out the duplicate defines
Diffstat (limited to 'engines/neverhood/modules/module2800.cpp')
-rw-r--r--engines/neverhood/modules/module2800.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/neverhood/modules/module2800.cpp b/engines/neverhood/modules/module2800.cpp
index a59c3f8156..ab22390c7d 100644
--- a/engines/neverhood/modules/module2800.cpp
+++ b/engines/neverhood/modules/module2800.cpp
@@ -1477,21 +1477,6 @@ static const uint32 kScene2808FileHashes2[] = {
0xB0196098
};
-static const uint32 kClass428FileHashes[] = {
- 0x140022CA,
- 0x4C30A602,
- 0xB1633402,
- 0x12982135,
- 0x0540B728,
- 0x002A81E3,
- 0x08982841,
- 0x10982841,
- 0x20982841,
- 0x40982841,
- 0x80982841,
- 0x40800711
-};
-
Scene2808::Scene2808(NeverhoodEngine *vm, Module *parentModule, int which)
: Scene(vm, parentModule), _countdown(0), _testTubeSetNum(which), _leaveResult(0), _isFlowing(false) {