Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERA

svn-id: r25454
This commit is contained in:
Max Horn 2007-02-10 02:05:59 +00:00
parent 7940720d71
commit 6899e72be9
10 changed files with 28 additions and 36 deletions

View file

@ -334,7 +334,7 @@ bool ScummEngine::loadState(int slot, bool compat) {
// Load the static room data
setupRoomSubBlocks();
if (!(_game.features & GF_NEW_CAMERA)) {
if (_game.version < 7) {
camera._last.x = camera._cur.x;
}