mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
HU_Start should not have FUNCMATH, it has side effects
This commit is contained in:
parent
4a4e07e138
commit
b3e8a1ed88
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue