aboutsummaryrefslogtreecommitdiff
path: root/saga/game.cpp
diff options
context:
space:
mode:
authorAndrew Kurushin2005-03-18 17:11:37 +0000
committerAndrew Kurushin2005-03-18 17:11:37 +0000
commit3025db0d07c9bfa9f8cda8ff49847287230f166d (patch)
treebc9d21940950460dce0f3bfaf35c311fd3c30430 /saga/game.cpp
parentb4ed62e1ad7ed6f3d4d68b8e34a9263229d14dad (diff)
downloadscummvm-rg350-3025db0d07c9bfa9f8cda8ff49847287230f166d.tar.gz
scummvm-rg350-3025db0d07c9bfa9f8cda8ff49847287230f166d.tar.bz2
scummvm-rg350-3025db0d07c9bfa9f8cda8ff49847287230f166d.zip
- changescene on fair for tents
- some memory deallocation fixup todo: fix follower stuckiness in tents svn-id: r17180
Diffstat (limited to 'saga/game.cpp')
-rw-r--r--saga/game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/game.cpp b/saga/game.cpp
index e1ed1b2792..9322d4000e 100644
--- a/saga/game.cpp
+++ b/saga/game.cpp
@@ -108,8 +108,8 @@ static GameSoundInfo ITEDEMO_GameSound = {
};
static GameFontDescription ITEMACDEMO_GameFonts[] = {
- {0},
- {2}
+ {2},
+ {0}
};
// Inherit the Earth - Wyrmkeep Win32 Demo version