aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index d4d6075638..bd402f826c 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -40,8 +40,8 @@ extern bool draw_keyboard;
static const VersionSettings sky_settings[] = {
/* Beneath a Steel Sky */
- {"sky", "Beneath a Steel Sky", GID_SKY_FIRST, 99, 99, 99, 0, "sky.dsk" },
- {NULL, NULL, 0, 0, 0, 0, 0, NULL}
+ {"sky", "Beneath a Steel Sky", GID_SKY_FIRST, 99, 0, "sky.dsk" },
+ {NULL, NULL, 0, 0, 0, NULL}
};
const VersionSettings *Engine_SKY_targetList() {
@@ -59,7 +59,7 @@ SystemVars SkyState::_systemVars = {0, 0, 0, 0, 4316};
SkyState::SkyState(GameDetector *detector, OSystem *syst)
: Engine(detector, syst) {
- _game = detector->_gameId;
+ _game = detector->_game.id;
if (!_mixer->bindToSystem(syst))
warning("Sound initialisation failed.");