diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/avalanche/pingo2.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
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()"); } |