remove unused parameter

This commit is contained in:
Glenn Maynard
2006-08-15 19:24:29 +00:00
parent 832679370b
commit cbc69ea550
12 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public:
void Load( RString sBGAniDir );
virtual void UpdateInternal( float fDeltaTime );
virtual void PlayCommand( const RString &sCommandName, Actor *pParent = NULL );
virtual void PlayCommand( const RString &sCommandName );
virtual void StartTransitioning( ScreenMessage send_when_done = SM_None );
virtual bool EarlyAbortDraw() const;