mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
Attempted fix of bug #2438637 (Dino not erased in introduction screen on Amiga Nippon Safes), by not forcing the character visible on a location switch.
svn-id: r35786
This commit is contained in:
parent
4b402e4cd8
commit
99d603c332
@ -329,8 +329,6 @@ void Parallaction_ns::changeLocation(char *location) {
|
||||
changeCharacter(locname.character());
|
||||
}
|
||||
|
||||
_gfx->showGfxObj(_char._ani->gfxobj, true);
|
||||
|
||||
strcpy(_saveData1, locname.location());
|
||||
parseLocation(_saveData1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user