diff options
Diffstat (limited to 'engines/avalanche/acci2.cpp')
-rw-r--r-- | engines/avalanche/acci2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/acci2.cpp b/engines/avalanche/acci2.cpp index d9180f49e7..b9958f10b0 100644 --- a/engines/avalanche/acci2.cpp +++ b/engines/avalanche/acci2.cpp @@ -1294,7 +1294,7 @@ void Acci::do_that() { "do things I tell you not to?\r\rDon't do it again!"); break; default: - _vm->_pingo.zonk(); + _vm->_pingo->zonk(); _vm->_scrolls.display(Common::String("A crack of lightning shoots from the sky, ") + "and fries you.\r\r(`Such is the anger of the gods, Avvy!\")"); _vm->_lucerna.gameover(); |