mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
AVALANCHE: Repair Pingo.
This commit is contained in:
parent
140e205227
commit
612582f016
@ -36,12 +36,14 @@
|
|||||||
#include "avalanche/trip6.h"
|
#include "avalanche/trip6.h"
|
||||||
//#include "avalanche/scrolls2.h"
|
//#include "avalanche/scrolls2.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "common/textconsole.h"
|
#include "common/textconsole.h"
|
||||||
|
|
||||||
namespace Avalanche {
|
namespace Avalanche {
|
||||||
|
|
||||||
|
void Pingo::setParent(AvalancheEngine *vm) {
|
||||||
|
_vm = vm;
|
||||||
|
}
|
||||||
|
|
||||||
void Pingo::dplot(int16 x, int16 y, Common::String z) {
|
void Pingo::dplot(int16 x, int16 y, Common::String z) {
|
||||||
warning("STUB: Pingo::dplot()");
|
warning("STUB: Pingo::dplot()");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user