Tweak gameovertics slightly to avoid having no sound for too long.

This commit is contained in:
toaster 2019-09-11 13:30:24 +01:00
parent ed5e8c486c
commit ab1472bfc1
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ UINT16 spacetimetics = 11*TICRATE + (TICRATE/2);
UINT16 extralifetics = 4*TICRATE;
UINT16 nightslinktics = 2*TICRATE;
INT32 gameovertics = 12*TICRATE;
INT32 gameovertics = 11*TICRATE;
UINT8 ammoremovaltics = 2*TICRATE;