From 0f2776209ea924bb871a2649cf835adeee34ada1 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 8 Aug 2001 13:39:24 +0000 Subject: [PATCH] --- source/platform/pbubble.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {}