mirror of
https://github.com/zeldaret/tmc
synced 2026-05-26 23:47:47 -04:00
Merge branch 'master' of https://github.com/zeldaret/tmc
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ Entity * sub_080A2A3C(Entity *parent, u32 form, u32 subtype, u32 param_4)
|
||||
ent = CreateObjectWithParent(parent, 0, form, subtype);
|
||||
if (ent != NULL) {
|
||||
ent->actionDelay = 5;
|
||||
ent->field_0x86 = param_4;
|
||||
*(u32*)(&ent->field_0x86) = param_4;
|
||||
}
|
||||
return ent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user