diff options
author | Torbjörn Andersson | 2003-07-29 21:03:25 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2003-07-29 21:03:25 +0000 |
commit | f4f63d71dbe1d721590e55be49cde6ddb28b6bc2 (patch) | |
tree | 7a0af30ebea6503e228bc8d18b2b99e01531fd87 /sky | |
parent | aa6c99b5da92d9efacf881b31019426fab2a0e08 (diff) | |
download | scummvm-rg350-f4f63d71dbe1d721590e55be49cde6ddb28b6bc2.tar.gz scummvm-rg350-f4f63d71dbe1d721590e55be49cde6ddb28b6bc2.tar.bz2 scummvm-rg350-f4f63d71dbe1d721590e55be49cde6ddb28b6bc2.zip |
Partial fix for bug #779013. It no longer crashes, but the config file
setting still overrides the command-line option.
svn-id: r9283
Diffstat (limited to 'sky')
-rw-r--r-- | sky/sky.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index 7bd6fe2969..ccf3b233d9 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -92,6 +92,8 @@ SkyState::SkyState(GameDetector *detector, OSystem *syst) _detector = detector; _floppyIntro = detector->_floppyIntro; + + _system->init_size(320, 200); } SkyState::~SkyState() { |