Fix multiple classes being inappropriately zero-initialized via JKR_NEW* (#70)

This might also fix #71 and #72.
This commit is contained in:
Max Roncace
2026-03-13 02:50:06 -04:00
parent 2d430eb9a1
commit 9fff8d45a1
25 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ int dThunder_c::create() {
f32 var_r28;
f32 var_r27;
JKR_NEW_ARGS (this) dThunder_c();
JKR_NEW_ARGS (this) dThunder_c;
J3DModelData* modelData;
if (cM_rndF(1.0f) < 0.5f) {