Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERA
svn-id: r25454
This commit is contained in:
parent
7940720d71
commit
6899e72be9
10 changed files with 28 additions and 36 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue