mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
Fixed location switching in BRA a bit more.
svn-id: r30757
This commit is contained in:
parent
c561a9487c
commit
2e28552a7e
@ -207,8 +207,9 @@ void Parallaction_br::changeLocation(char *location) {
|
||||
// free open location stuff
|
||||
clearSubtitles();
|
||||
freeBackground();
|
||||
_gfx->clearGfxObjects();
|
||||
freeZones();
|
||||
// freeAnimations();
|
||||
freeAnimations();
|
||||
// free(_location._comment);
|
||||
// _location._comment = 0;
|
||||
// _location._commands.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user