aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp2
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() {