Seem to have fixed 32-bit mode!

This commit is contained in:
MeltyPlayer
2022-10-18 19:18:35 -05:00
parent c4b7dce9f7
commit ede1c4db2c
4 changed files with 37 additions and 23 deletions
+4
View File
@@ -81,8 +81,12 @@ static struct Object *allocate_object(void) {
obj->numCollidedObjs = 0;
for (i = 0; i < 0x50; i++) {
#ifdef _WIN32
obj->rawData.asS32[i] = 0;
#endif
#ifdef _WIN64
obj->ptrData.asVoidPtr[i] = NULL;
#endif
}
obj->unused1 = 0;