This commit is contained in:
Glenn Maynard
2005-06-19 22:54:06 +00:00
parent ec135b3ecf
commit 5da5388b99
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ void ScreenSplash::HandleScreenMessage( const ScreenMessage SM )
float fScreenLoadSeconds = length.GetDeltaTime();
/* The screen load took fScreenLoadSeconds. Move on to the next screen after
* no less than MINIMUM_DELAY seconds. */
* no less than MINIMUM_DELAY seconds. */
this->PostScreenMessage( SM_GoToNextScreen, max( 0, MINIMUM_LOAD_DELAY_SECONDS-fScreenLoadSeconds) );
return;
}