aboutsummaryrefslogtreecommitdiff
path: root/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2005-11-27 10:02:23 +0000
committerJohannes Schickel2005-11-27 10:02:23 +0000
commitee69f9317d14915816943b3d803a09def2605872 (patch)
treeb901dd5099f499e871c3b5450c33e4358988af26 /kyra/staticres.cpp
parentceb9116ab29b8c3d0a5f7825b7a46bf13793910c (diff)
downloadscummvm-rg350-ee69f9317d14915816943b3d803a09def2605872.tar.gz
scummvm-rg350-ee69f9317d14915816943b3d803a09def2605872.tar.bz2
scummvm-rg350-ee69f9317d14915816943b3d803a09def2605872.zip
Added voices for cd version in the game.
Also increased RESFILE_VERSION for the new kyra.dat for the cd version. svn-id: r19717
Diffstat (limited to 'kyra/staticres.cpp')
-rw-r--r--kyra/staticres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/staticres.cpp b/kyra/staticres.cpp
index 8c7e17faf9..f29b0e4ba1 100644
--- a/kyra/staticres.cpp
+++ b/kyra/staticres.cpp
@@ -26,7 +26,7 @@
namespace Kyra {
-#define RESFILE_VERSION 2
+#define RESFILE_VERSION 3
#define GAME_FLAGS (GF_FLOPPY | GF_TALKIE | GF_DEMO | GF_AUDIOCD)
#define LANGUAGE_FLAGS (GF_ENGLISH | GF_FRENCH | GF_GERMAN | GF_SPANISH | GF_LNGUNK)