AVALANCHE: Implement, rename, move zonk() and connected functions.
Implementations: zonk(), zl(). Renames: zonk() -> thunder(), zl() -> drawLightning(). Moved: the 2 above from Pingo to Animation. Addition: GraphicManager::drawLine().
This commit is contained in:
parent
b5b0aa25e0
commit
96d4b67d41
7 changed files with 55 additions and 12 deletions
|
@ -2108,7 +2108,7 @@ void Parser::doThat() {
|
|||
}
|
||||
break;
|
||||
default: {
|
||||
_vm->_pingo->zonk();
|
||||
_vm->_animation->thunder();
|
||||
Common::String tmpStr = Common::String::format("A crack of lightning shoots from the sky, and fries you." \
|
||||
"%c%c(`Such is the anger of the gods, Avvy!\")", kControlNewLine, kControlNewLine);
|
||||
_vm->_dialogs->displayText(tmpStr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue