diff options
author | Travis Howell | 2004-08-22 06:18:56 +0000 |
---|---|---|
committer | Travis Howell | 2004-08-22 06:18:56 +0000 |
commit | 312200f5309e49a83ebfeb9f1fde057dd093e471 (patch) | |
tree | de60475e063781d65634037589a598ef9e15d2c9 /scumm | |
parent | 82b9f1e599b0cd37d81eeda573a5b23bd0d85d9b (diff) | |
download | scummvm-rg350-312200f5309e49a83ebfeb9f1fde057dd093e471.tar.gz scummvm-rg350-312200f5309e49a83ebfeb9f1fde057dd093e471.tar.bz2 scummvm-rg350-312200f5309e49a83ebfeb9f1fde057dd093e471.zip |
Ooops
svn-id: r14672
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 481d7fb267..6aa1c1af9e 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1368,7 +1368,7 @@ void ScummEngine::initScummVars() { else if (_gameId == GID_MONKEY2 && (_features & GF_AMIGA)) VAR(VAR_VIDEOMODE) = 82; else - VAR(VAR_VIDEOMODE) = 14; + VAR(VAR_VIDEOMODE) = 19; if (_gameId == GID_LOOM && _features & GF_OLD_BUNDLE) { // Set number of sound resources if (!(_features & GF_MACINTOSH)) |