HU_Start should not have FUNCMATH, it has side effects

This commit is contained in:
Monster Iestyn 2018-11-07 21:37:42 +00:00
parent 4a4e07e138
commit b3e8a1ed88
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ void HU_Init(void);
void HU_LoadGraphics(void);
// reset heads up when consoleplayer respawns.
FUNCMATH void HU_Start(void);
void HU_Start(void);
boolean HU_Responder(event_t *ev);