diff options
author | Max Horn | 2011-12-08 00:06:46 +0100 |
---|---|---|
committer | Max Horn | 2011-12-08 00:24:25 +0100 |
commit | cb0a12033b97064b35c30d5d86406b4b16517532 (patch) | |
tree | cfa8f16afdd7a0105065cedeca8658db25fe3a80 /engines/dreamweb/stubs.cpp | |
parent | 25b6496643500f03ba4f8fa59d8998a8c7503cd2 (diff) | |
download | scummvm-rg350-cb0a12033b97064b35c30d5d86406b4b16517532.tar.gz scummvm-rg350-cb0a12033b97064b35c30d5d86406b4b16517532.tar.bz2 scummvm-rg350-cb0a12033b97064b35c30d5d86406b4b16517532.zip |
DREAMWEB: Move more stuff to DreamBase
Diffstat (limited to 'engines/dreamweb/stubs.cpp')
-rw-r--r-- | engines/dreamweb/stubs.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index 923d0f76af..130f3038d4 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -838,10 +838,6 @@ bool DreamGenContext::openForLoad(unsigned int slot) { return engine->openSaveFileForReading(filename); } -uint8 *DreamGenContext::mapStore() { - return getSegment(data.word(kMapstore)).ptr(0, 0); -} - void DreamGenContext::readMouse() { data.word(kOldbutton) = data.word(kMousebutton); uint16 state = readMouseState(); |