Disable LUA_PATCH_SAFETY because I trust Lua scripters enough

haha........ha.................
This commit is contained in:
Jaime Passos 2019-09-10 16:59:37 -03:00
parent 1a9191dcd7
commit 6ab20060a7
1 changed files with 2 additions and 2 deletions

View File

@ -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__