save talkVolume

svn-id: r12919
This commit is contained in:
Max Horn 2004-02-17 00:40:52 +00:00
parent f219935e83
commit 41154fb613
4 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ namespace Scumm {
// Can be useful for other ports too :)
#define VER(x) x
#define CURRENT_VER 28
#define CURRENT_VER 29
// To work around a warning in GCC 3.2 (and 3.1 ?) regarding non-POD types,
// we use a small trick: instead of 0 we use 42. Why? Well, it seems newer GCC