aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
authorMax Horn2003-06-27 13:23:01 +0000
committerMax Horn2003-06-27 13:23:01 +0000
commit9218b70b0c440c1a75cc2e6af125dca28da91912 (patch)
tree7b03136502bab9f052353d6e717c8cda42707dfd /sky/sky.cpp
parentca0ebf3aef1ecdac8124a88eff1529416d3fda54 (diff)
downloadscummvm-rg350-9218b70b0c440c1a75cc2e6af125dca28da91912.tar.gz
scummvm-rg350-9218b70b0c440c1a75cc2e6af125dca28da91912.tar.bz2
scummvm-rg350-9218b70b0c440c1a75cc2e6af125dca28da91912.zip
fixed warnings
svn-id: r8669
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index e4fd8a88cb..1f32882c08 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -54,7 +54,7 @@ Engine *Engine_SKY_create(GameDetector *detector, OSystem *syst) {
void **SkyState::_itemList[300];
-SystemVars SkyState::_systemVars = {0, 0, 0, 0, 4316};
+SystemVars SkyState::_systemVars = {0, 0, 0, 0, 4316, 0};
SkyState::SkyState(GameDetector *detector, OSystem *syst)
: Engine(detector, syst) {