Moved balloons management into Gfx, which is now responsible for positioning and drawing. All balloons are now drawn on a different layer than the game graphics, thus simplifying screen management. Dialogue code has undergone a major revision, and the superior implementation of answer selection in the Amiga version is now used in place of the poor PC one. Other bits (where some changes had already been introduced) have been updated, too.
svn-id: r30311
This commit is contained in:
parent
84e5398b1c
commit
db51514dd3
6 changed files with 289 additions and 279 deletions
|
@ -352,6 +352,7 @@ void Parallaction_ns::_c_endComment(void *param) {
|
|||
}
|
||||
|
||||
waitUntilLeftClick();
|
||||
_gfx->freeBalloons();
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue