aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/mult.cpp
diff options
context:
space:
mode:
authorSven Hesse2006-05-29 18:24:52 +0000
committerSven Hesse2006-05-29 18:24:52 +0000
commitd6f1ba1540d60d374121244565a08a9c77670e5b (patch)
tree26ca285e2690fcdd78f4870d8ff1a07fa8dd9367 /engines/gob/mult.cpp
parente1844e485f19d5abb260b5eb821f9ce38658b2ad (diff)
downloadscummvm-rg350-d6f1ba1540d60d374121244565a08a9c77670e5b.tar.gz
scummvm-rg350-d6f1ba1540d60d374121244565a08a9c77670e5b.tar.bz2
scummvm-rg350-d6f1ba1540d60d374121244565a08a9c77670e5b.zip
- More GOB2 map conversions
- Added Music_Dummy (for --music-driver=null) - Implemented IMDs. That took longer than I expected... On the bright side, Ween's intro now plays more correctly svn-id: r22754
Diffstat (limited to 'engines/gob/mult.cpp')
-rw-r--r--engines/gob/mult.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/gob/mult.cpp b/engines/gob/mult.cpp
index 3960cb2b6a..93233bc35c 100644
--- a/engines/gob/mult.cpp
+++ b/engines/gob/mult.cpp
@@ -120,12 +120,6 @@ Mult::Mult(GobEngine *vm) : _vm(vm) {
}
_orderArray = 0;
- warning("GOB2 Stub! _word_2F2B1, _word_2F2AF, _word_2CC86, _word_2F22A, _word_2CC84");
- _word_2F2B1 = 0;
- _word_2F2AF = 0;
- _word_2CC86 = 0;
- _word_2F22A = 0;
- _word_2CC84 = 0;
}
void Mult::interGetObjAnimSize(void) {