Shorten time between message box displays.
This commit is contained in:
parent
277092cdbc
commit
4652787b65
|
@ -62,7 +62,7 @@ void doMessageBox(void)
|
|||
|
||||
if (msg)
|
||||
{
|
||||
if (--msg->time <= -FPS)
|
||||
if (--msg->time <= -(FPS / 4))
|
||||
{
|
||||
if (msg == tail)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue