summaryrefslogtreecommitdiff
path: root/src/object/objectAF.c
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2022-01-21 21:31:20 -0800
committerGitHub <noreply@github.com>2022-01-21 21:31:20 -0800
commit93e745e9638bb4f48e27908eebe2bb4eb349812e (patch)
treea6524652b6c265e285c6ea7c0b6d96ac54168b58 /src/object/objectAF.c
parentaa5150f36037c187cddf0a3196dd55a96ecfadc8 (diff)
parentb4b7e9a28b38510a49d750128d23dd57a19979ae (diff)
Merge pull request #309 from notyourav/fp
fixed point stuff
Diffstat (limited to 'src/object/objectAF.c')
-rw-r--r--src/object/objectAF.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/objectAF.c b/src/object/objectAF.c
index f34ff4f2..8aa2c9ed 100644
--- a/src/object/objectAF.c
+++ b/src/object/objectAF.c
@@ -47,7 +47,7 @@ void sub_080A0624(Entity* this) {
void sub_080A0640(Entity* this) {
if (this->type == 0) {
- PositionRelative(*(((Entity**)this->parent->myHeap) + 4), this, 0, 0x80000);
+ PositionRelative(*(((Entity**)this->parent->myHeap) + 4), this, 0, Q_16_16(8.0));
} else {
CopyPosition(this->parent, this);
}