From f4f63d71dbe1d721590e55be49cde6ddb28b6bc2 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 29 Jul 2003 21:03:25 +0000 Subject: Partial fix for bug #779013. It no longer crashes, but the config file setting still overrides the command-line option. svn-id: r9283 --- sky/sky.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sky/sky.cpp') 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() { -- cgit v1.2.3