Add scripting support to ScreenGamplay

This commit is contained in:
Chris Danford
2003-04-13 21:17:14 +00:00
parent 85c9e8a89e
commit 258984a9c2
10 changed files with 382 additions and 256 deletions
-1
View File
@@ -69,7 +69,6 @@ ScreenHowToPlay::ScreenHowToPlay() : ScreenAttract("ScreenHowToPlay")
ScreenHowToPlay::~ScreenHowToPlay()
{
delete m_pSong;
GAMESTATE->m_pCurSong = NULL;
}
void ScreenHowToPlay::Update( float fDelta )