entity.h fixup

This commit is contained in:
theo3
2020-06-18 03:21:47 -07:00
parent 32ad8dec4d
commit f8ae0eaef7
31 changed files with 140 additions and 140 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ Entity* CreateObject(u32 subtype, u32 param1, u32 param2)
if (newEnt != NULL) {
(newEnt->entityType).type = 6;
(newEnt->entityType).subtype = subtype;
(newEnt->entityType).parameter1 = param1;
(newEnt->entityType).parameter2 = param2;
(newEnt->entityType).form = param1;
(newEnt->entityType).parameter = param2;
sub_0805EA2C(newEnt, 6);
}
return newEnt;