From 4b227da824c984fca082d2c6f90ed13cfaa0dd09 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 6 Jun 2003 22:51:33 +0000 Subject: Preparations for removing GF_AFTER_V? flags svn-id: r8364 --- sky/sky.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sky') 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."); -- cgit v1.2.3