mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Disable LUA_PATCH_SAFETY because I trust Lua scripters enough
haha........ha.................
This commit is contained in:
parent
2b6ae5081a
commit
356e3c274d
1 changed files with 2 additions and 2 deletions
|
|
@ -538,7 +538,7 @@ extern const char *compdate, *comptime, *comprevision, *compbranch;
|
||||||
/// SRB2CB itself ported this from PrBoom+
|
/// SRB2CB itself ported this from PrBoom+
|
||||||
#define NEWCLIP
|
#define NEWCLIP
|
||||||
|
|
||||||
/// Cache patches in Lua more safely, so that renderer switching can work.
|
/// Cache patches in Lua in a way that renderer switching will work flawlessly.
|
||||||
#define LUA_PATCH_SAFETY
|
//#define LUA_PATCH_SAFETY
|
||||||
|
|
||||||
#endif // __DOOMDEF__
|
#endif // __DOOMDEF__
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue