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:
uruk 2014-01-15 17:59:53 +01:00
parent b5b0aa25e0
commit 96d4b67d41
7 changed files with 55 additions and 12 deletions

View file

@ -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);