Moved more GfxObj management to Gfx object.
svn-id: r35466
This commit is contained in:
parent
74b251d45d
commit
e11c17a005
11 changed files with 81 additions and 68 deletions
|
@ -775,6 +775,11 @@ void Gfx::destroyBalloons() {
|
|||
_balloons.clear();
|
||||
}
|
||||
|
||||
void Gfx::freeDialogueObjects() {
|
||||
freeItems();
|
||||
_vm->_balloonMan->freeBalloons();
|
||||
}
|
||||
|
||||
void Gfx::freeItems() {
|
||||
_items.clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue