Skip to content
Snippets Groups Projects
Commit b3e8a1ed authored by Monster Iestyn's avatar Monster Iestyn
Browse files

HU_Start should not have FUNCMATH, it has side effects

parent 4a4e07e1
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ void HU_Init(void); ...@@ -84,7 +84,7 @@ void HU_Init(void);
void HU_LoadGraphics(void); void HU_LoadGraphics(void);
// reset heads up when consoleplayer respawns. // reset heads up when consoleplayer respawns.
FUNCMATH void HU_Start(void); void HU_Start(void);
boolean HU_Responder(event_t *ev); boolean HU_Responder(event_t *ev);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment