- Simplified SCI version detection a bit and clarified the different version feature flags (not used yet)

- Removed the version verification functions (they were only used for two specific cases, but the SCI executable reader is able to detect the exact SCI game version anyway, so there is no point in having these)
- Removed the empty GameFlags structure and replaced it with a 32-bit integer instead

svn-id: r40524
This commit is contained in:
Filippos Karapetis 2009-05-13 16:52:41 +00:00
parent 9cdb4c36a7
commit e940bcff23
26 changed files with 278 additions and 420 deletions

View file

@ -23,6 +23,7 @@
*
*/
#include "sci/sci.h"
#include "sci/scicore/resource.h"
#include "sci/engine/state.h"
#include "common/util.h"