aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.cpp
diff options
context:
space:
mode:
authorMax Horn2011-12-08 00:06:46 +0100
committerMax Horn2011-12-08 00:24:25 +0100
commitcb0a12033b97064b35c30d5d86406b4b16517532 (patch)
treecfa8f16afdd7a0105065cedeca8658db25fe3a80 /engines/dreamweb/stubs.cpp
parent25b6496643500f03ba4f8fa59d8998a8c7503cd2 (diff)
downloadscummvm-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.cpp4
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();