Remove LoLEngine::_gameFlags and convert all Lands of Lore code to use _flagsTable instead.

svn-id: r41351
This commit is contained in:
Johannes Schickel 2009-06-07 20:43:43 +00:00
parent c7861cb65e
commit 5c233c447b
12 changed files with 69 additions and 108 deletions

View file

@ -30,7 +30,7 @@
#include "kyra/kyra_v1.h"
#define CURRENT_SAVE_VERSION 15
#define CURRENT_SAVE_VERSION 16
#define GF_FLOPPY (1 << 0)
#define GF_TALKIE (1 << 1)