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:
Nicola Mettifogo 2009-01-08 14:34:22 +00:00
parent 4b402e4cd8
commit 99d603c332

View File

@ -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);