Extended timeout a little.

This commit is contained in:
Steve 2018-03-23 08:39:15 +00:00
parent 9cd0fc21f3
commit 0ddb167bb3
1 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,8 @@ static void loadCredits(void)
timeout = 60 * FPS;
}
timeout += FPS * 3;
creditSpeed = y;
creditSpeed /= timeout;