mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 21:22:40 +00:00
fix a whoops with INITIALIZE_IMMEDIATE
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
//type and all subtypes should always call Initialize in New()
|
//type and all subtypes should always call Initialize in New()
|
||||||
#define INITIALIZE_IMMEDIATE(X) ##X/New(loc, ...){\
|
#define INITIALIZE_IMMEDIATE(X) ##X/New(loc, ...){\
|
||||||
..();\
|
..();\
|
||||||
if(!initialized) {\
|
if(!(atom_flags & ATOM_INITIALIZED)) {\
|
||||||
args[1] = TRUE;\
|
args[1] = TRUE;\
|
||||||
SSatoms?.InitAtom(src, args);\
|
SSatoms?.InitAtom(src, args);\
|
||||||
}\
|
}\
|
||||||
|
|||||||
Reference in New Issue
Block a user