This commit is contained in:
LagoLunatic
2026-05-07 16:54:44 -04:00
parent 6d4db5adc7
commit 333ea2f775
10 changed files with 39 additions and 41 deletions
+3 -1
View File
@@ -76,7 +76,9 @@ BOOL daObjEbomzo::Act_c::Create() {
mMode = Ebomzo_Mode_Fall;
current.angle.x = 0x4000;
}
else mMode = Ebomzo_Mode_Check;
else {
mMode = Ebomzo_Mode_Check;
}
return TRUE;
}