summaryrefslogtreecommitdiff
path: root/src/createObject.c
diff options
context:
space:
mode:
authorBehemoth <Luisscheurenbrand@gmail.com>2020-09-18 01:20:53 +0200
committerBehemoth <Luisscheurenbrand@gmail.com>2020-09-18 01:21:13 +0200
commit34d16a7db5098015386b092cbfcdad8ffdfe9c86 (patch)
treedeb552c98d3c7e40d6c98b6d9bb226bfe36917e5 /src/createObject.c
parent7e9ef1afa7054073b2dc24d203b676d83df67297 (diff)
decompile madderpillar
Diffstat (limited to 'src/createObject.c')
-rw-r--r--src/createObject.c2
1 files changed, 1 insertions, 1 deletions
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;
}