aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorMarcus Comstedt2002-05-14 11:32:16 +0000
committerMarcus Comstedt2002-05-14 11:32:16 +0000
commit787571c752262046a6864c052906d899a4b74d48 (patch)
treeba670aef767adb0b4540277ff6abdbdce705d2cc /main.cpp
parentd3ef1bdced2961158ff7c71648475ea54e658f2a (diff)
downloadscummvm-rg350-787571c752262046a6864c052906d899a4b74d48.tar.gz
scummvm-rg350-787571c752262046a6864c052906d899a4b74d48.tar.bz2
scummvm-rg350-787571c752262046a6864c052906d899a4b74d48.zip
0.2.0 release fix. Variable screen height implemented, and configfile fix.
svn-id: r4316
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index d0ab26f146..864d2fa037 100644
--- a/main.cpp
+++ b/main.cpp
@@ -134,6 +134,11 @@ game settings!
#endif
*/
+#ifdef __DC__
+ extern void dc_init_hardware();
+ dc_init_hardware();
+#endif
+
#if defined(UNIX) || defined(UNIX_X11)
char scummhome[MAXPATHLEN];
if(getenv("HOME") != NULL)