diff options
| author | Behemoth <Luisscheurenbrand@gmail.com> | 2020-09-18 01:20:53 +0200 |
|---|---|---|
| committer | Behemoth <Luisscheurenbrand@gmail.com> | 2020-09-18 01:21:13 +0200 |
| commit | 34d16a7db5098015386b092cbfcdad8ffdfe9c86 (patch) | |
| tree | deb552c98d3c7e40d6c98b6d9bb226bfe36917e5 /src/createObject.c | |
| parent | 7e9ef1afa7054073b2dc24d203b676d83df67297 (diff) | |
decompile madderpillar
Diffstat (limited to 'src/createObject.c')
| -rw-r--r-- | src/createObject.c | 2 |
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; } |
