This commit is contained in:
Charles 2001-08-08 13:39:24 +00:00
parent 3c36a23739
commit 0f2776209e

View File

@ -21,7 +21,7 @@
class CNpcBubblePlatform : public CNpcPlatform
{
public:
void render();
virtual void render();
virtual void postInit();
void shutdown();
void setGraphic( sThingPlatform *ThisPlatform ) {}