From 34d16a7db5098015386b092cbfcdad8ffdfe9c86 Mon Sep 17 00:00:00 2001 From: Behemoth Date: Fri, 18 Sep 2020 01:20:53 +0200 Subject: decompile madderpillar --- src/createObject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/createObject.c') diff --git a/src/createObject.c b/src/createObject.c index 25adbe29..ad852900 100644 --- a/src/createObject.c +++ b/src/createObject.c @@ -78,7 +78,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; + ent->field_0x86.HWORD = param_4; } return ent; } -- cgit v1.2.3