aboutsummaryrefslogtreecommitdiff
path: root/windows.cpp
diff options
context:
space:
mode:
authorLudvig Strigeus2001-10-16 20:31:27 +0000
committerLudvig Strigeus2001-10-16 20:31:27 +0000
commita732f32eb09a880d658cea55f1d8120a8c4ea2d6 (patch)
treef8735651d400e7094cfa15e63032b08da61a2eab /windows.cpp
parenteebe5f2f73ddede3051c06f5f47294559784363a (diff)
downloadscummvm-rg350-a732f32eb09a880d658cea55f1d8120a8c4ea2d6.tar.gz
scummvm-rg350-a732f32eb09a880d658cea55f1d8120a8c4ea2d6.tar.bz2
scummvm-rg350-a732f32eb09a880d658cea55f1d8120a8c4ea2d6.zip
misc fixes
svn-id: r3435
Diffstat (limited to 'windows.cpp')
-rw-r--r--windows.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/windows.cpp b/windows.cpp
index 9b3988eedf..517db52424 100644
--- a/windows.cpp
+++ b/windows.cpp
@@ -17,6 +17,9 @@
*
* Change Log:
* $Log$
+ * Revision 1.6 2001/10/16 20:31:27 strigeus
+ * misc fixes
+ *
* Revision 1.5 2001/10/16 10:01:48 strigeus
* preliminary DOTT support
*
@@ -806,8 +809,6 @@ void updateScreen(Scumm *s) {
wm->writeToScreen();
}
-
-
void waitForTimer(Scumm *s) {
if (!veryFastMode) {
Sleep(5);
@@ -829,6 +830,8 @@ int main(int argc, char* argv[]) {
#if defined(DOTT)
scumm._exe_name = "tentacle";
+#elif defined(INDY4)
+ scumm._exe_name = "atlantis";
#else
scumm._exe_name = "monkey2";
#endif