diff --git a/source/platform/pbubble.h b/source/platform/pbubble.h index 665a09439..328fd972d 100644 --- a/source/platform/pbubble.h +++ b/source/platform/pbubble.h @@ -21,7 +21,7 @@ class CNpcBubblePlatform : public CNpcPlatform { public: - void render(); + virtual void render(); virtual void postInit(); void shutdown(); void setGraphic( sThingPlatform *ThisPlatform ) {}