aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.cpp
diff options
context:
space:
mode:
authorVladimir Menshakov2011-06-18 14:29:10 +0400
committerVladimir Menshakov2011-06-18 14:29:10 +0400
commit41a399231be1abe21ac561994f0f19bc0c37e8a1 (patch)
treef4ed3ba7092b0458c9cdfa5e39b6beedd6f634c9 /engines/dreamweb/stubs.cpp
parentcf671227fe52f7d87afeab65a90642d4aa6b7d73 (diff)
downloadscummvm-rg350-41a399231be1abe21ac561994f0f19bc0c37e8a1.tar.gz
scummvm-rg350-41a399231be1abe21ac561994f0f19bc0c37e8a1.tar.bz2
scummvm-rg350-41a399231be1abe21ac561994f0f19bc0c37e8a1.zip
DREAMWEB: added stubs for loading from lancher (disabled).
Diffstat (limited to 'engines/dreamweb/stubs.cpp')
-rw-r--r--engines/dreamweb/stubs.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index b8c5fedccd..be6dab5b52 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -193,9 +193,6 @@ void DreamGenContext::mousecall() {
void DreamGenContext::setmouse() {
data.word(kOldpointerx) = 0xffff;
- //warning("setmouse: fixme: add range setting");
- //set vertical range to 15-184
- //set horizontal range to 15-298*2
}
void DreamGenContext::gettime() {
@@ -380,7 +377,10 @@ void DreamGenContext::dosreturn() {
engine->quit();
}
-void DreamGenContext::set16colpalette() {}
+void DreamGenContext::set16colpalette() {
+ //fixme: this is a bit hackish, set16colpalette called after initialization and nearly before main loop.
+ engine->enableSavingOrLoading();
+}
void DreamGenContext::mode640x480() {
// Video mode 12h: 640x480 pixels, 16 colors, I believe