From 612582f016f84efb9835d4ff31e0d2d51ba581ca Mon Sep 17 00:00:00 2001 From: uruk Date: Fri, 28 Jun 2013 17:43:31 +0200 Subject: AVALANCHE: Repair Pingo. --- engines/avalanche/pingo2.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'engines/avalanche') diff --git a/engines/avalanche/pingo2.cpp b/engines/avalanche/pingo2.cpp index fa2e96ff02..b2f8e83886 100644 --- a/engines/avalanche/pingo2.cpp +++ b/engines/avalanche/pingo2.cpp @@ -36,12 +36,14 @@ #include "avalanche/trip6.h" //#include "avalanche/scrolls2.h" - - #include "common/textconsole.h" namespace Avalanche { +void Pingo::setParent(AvalancheEngine *vm) { + _vm = vm; +} + void Pingo::dplot(int16 x, int16 y, Common::String z) { warning("STUB: Pingo::dplot()"); } -- cgit v1.2.3