This commit is contained in:
Paul 2001-08-03 19:30:35 +00:00
parent e9c1ea4e90
commit 4559c0a192
8 changed files with 20 additions and 8 deletions

View file

@ -29,7 +29,7 @@ class CNpcMotherJellyfishEnemy : public CNpcBossEnemy
public:
void postInit();
void render();
void renderOnMapScreen( DVECTOR drawPos );
virtual void renderOnMapScreen( DVECTOR drawPos );
void shutdown();
void setupWaypoints( sThingActor *ThisActor );
protected: