Moved more GfxObj management to Gfx object.

svn-id: r35466
This commit is contained in:
Nicola Mettifogo 2008-12-21 15:42:47 +00:00
parent 74b251d45d
commit e11c17a005
11 changed files with 81 additions and 68 deletions

View file

@ -775,6 +775,11 @@ void Gfx::destroyBalloons() {
_balloons.clear();
}
void Gfx::freeDialogueObjects() {
freeItems();
_vm->_balloonMan->freeBalloons();
}
void Gfx::freeItems() {
_items.clear();
}