mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 23:31:50 +00:00
ST_Ticker also should not have FUNCMATH, as it also has side effects
This commit is contained in:
parent
b3e8a1ed88
commit
c47f0045d6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
//
|
||||
|
||||
// Called by main loop.
|
||||
FUNCMATH void ST_Ticker(void);
|
||||
void ST_Ticker(void);
|
||||
|
||||
// Called by main loop.
|
||||
void ST_Drawer(void);
|
||||
|
|
Loading…
Reference in a new issue