Shorten time between message box displays.

This commit is contained in:
Steve 2015-12-30 18:43:20 +00:00
parent 277092cdbc
commit 4652787b65
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ void doMessageBox(void)
if (msg) if (msg)
{ {
if (--msg->time <= -FPS) if (--msg->time <= -(FPS / 4))
{ {
if (msg == tail) if (msg == tail)
{ {