ST_Ticker also should not have FUNCMATH, as it also has side effects

This commit is contained in:
Monster Iestyn 2018-11-07 21:45:27 +00:00
parent b3e8a1ed88
commit c47f0045d6
1 changed files with 1 additions and 1 deletions

View File

@ -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);