mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Menu: no more pop/push options
This commit is contained in:
parent
3e26e2a443
commit
f0eee4737f
1 changed files with 1 additions and 2 deletions
|
|
@ -4886,7 +4886,6 @@ static boolean M_AddonsRefresh(void)
|
|||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC optimize ("0")
|
||||
#pragma GCC push_options
|
||||
#endif
|
||||
|
||||
static void M_DrawAddons(void)
|
||||
|
|
@ -5011,7 +5010,7 @@ static void M_DrawAddons(void)
|
|||
}
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC pop_options
|
||||
#pragma GCC reset_options
|
||||
#endif
|
||||
|
||||
#undef offs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue