mirror of
https://github.com/zeldaret/tmc
synced 2026-06-01 09:47:53 -04:00
entity.h fixup
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user