Fixed|XG|libcommon: Misuse of dummy mobj in XG leading to a crash
p_xgsec was converted to C++ with some minimal cleanup. XG now allocatesthinkers using ThinkerT, and does not call memset on the dummy mobj(which is a C++ instance).
View differences
Fixed|XG|libcommon: Misuse of dummy mobj in XG leading to a crash
p_xgsec was converted to C++ with some minimal cleanup. XG now allocates
thinkers using ThinkerT, and does not call memset on the dummy mobj
(which is a C++ instance).