Init -> BeginScreen

This commit is contained in:
Glenn Maynard
2006-09-21 06:32:03 +00:00
parent 1a6da449dd
commit 9cbbda42e4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,9 +6,9 @@
REGISTER_SCREEN_CLASS( ScreenCredits );
void ScreenCredits::Init()
void ScreenCredits::BeginScreen()
{
ScreenAttract::Init();
ScreenAttract::BeginScreen();
SOUND->PlayOnceFromDir( ANNOUNCER->GetPathTo("credits") );
}