mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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__
|
#ifdef __GNUC__
|
||||||
#pragma GCC optimize ("0")
|
#pragma GCC optimize ("0")
|
||||||
#pragma GCC push_options
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void M_DrawAddons(void)
|
static void M_DrawAddons(void)
|
||||||
|
|
@ -5011,7 +5010,7 @@ static void M_DrawAddons(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#pragma GCC pop_options
|
#pragma GCC reset_options
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef offs
|
#undef offs
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue