fix a whoops with INITIALIZE_IMMEDIATE

This commit is contained in:
spookerton
2022-10-17 17:12:25 +01:00
parent 120cc02d5d
commit 5c2b2804ce

View File

@@ -31,7 +31,7 @@
//type and all subtypes should always call Initialize in New()
#define INITIALIZE_IMMEDIATE(X) ##X/New(loc, ...){\
..();\
if(!initialized) {\
if(!(atom_flags & ATOM_INITIALIZED)) {\
args[1] = TRUE;\
SSatoms?.InitAtom(src, args);\
}\