aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Menshakov2011-06-12 19:35:59 +0400
committerAlyssa Milburn2011-06-15 17:34:23 +0200
commit3f53cb924463e37fac5973affa498f97569ba80c (patch)
treee9c74f573274d9f45d41796d7eaabe720356c61b
parent1ac23aa8584bb8de523cb67abc125b078e0e29c0 (diff)
downloadscummvm-rg350-3f53cb924463e37fac5973affa498f97569ba80c.tar.gz
scummvm-rg350-3f53cb924463e37fac5973affa498f97569ba80c.tar.bz2
scummvm-rg350-3f53cb924463e37fac5973affa498f97569ba80c.zip
DREAMWEB: removed warning about 16 colors palette, initialize mouseState
-rw-r--r--engines/dreamweb/dreamweb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/dreamweb.cpp b/engines/dreamweb/dreamweb.cpp
index fc2f5a8075..7e6e5e6a17 100644
--- a/engines/dreamweb/dreamweb.cpp
+++ b/engines/dreamweb/dreamweb.cpp
@@ -62,6 +62,7 @@ DreamWebEngine::DreamWebEngine(OSystem *syst, const DreamWebGameDescription *gam
_vSyncInterrupt = false;
_console = 0;
+ _mouseState = 0;
DebugMan.addDebugChannel(kDebugAnimation, "Animation", "Animation Debug Flag");
DebugMan.addDebugChannel(kDebugSaveLoad, "SaveLoad", "Track Save/Load Function");
_outSaveFile = 0;
@@ -673,7 +674,6 @@ alreadydos:
}
void set16colpalette(Context &context) {
- warning("set16colpalette: STUB");
}
void mode640x480(Context &context) {