Is this a bug? No endgroup("Misc"); in shapeBase.cc
by Joe Bird · in Torque Game Engine · 01/21/2004 (3:24 pm) · 4 replies
addGroup("Misc");
addField("aiAvoidThis",TypeBool,Offset(aiAvoidThis,ShapeBaseData));
addField("computeCRC",TypeBool,Offset(computeCRC,ShapeBaseData));
addGroup("Misc");V12 and HEAD:
In shapeBase.cc, initPersistFields, there are two addGroup("Misc"); shouldn't the second one be endGroup("Misc");?
I don't know if this affects anything, I just noticed it as being inconsistent with the rest of the code in initPersistFields.
Torque Owner Cory Osborn