mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-04 08:52:00 +00:00
Disable LUA_PATCH_SAFETY because I trust Lua scripters enough
haha........ha.................
This commit is contained in:
parent
1a9191dcd7
commit
6ab20060a7
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+
|
||||
#define NEWCLIP
|
||||
|
||||
/// Cache patches in Lua more safely, so that renderer switching can work.
|
||||
#define LUA_PATCH_SAFETY
|
||||
/// Cache patches in Lua in a way that renderer switching will work flawlessly.
|
||||
//#define LUA_PATCH_SAFETY
|
||||
|
||||
#endif // __DOOMDEF__
|
||||
|
|
Loading…
Reference in a new issue