fixed point stuff

This commit is contained in:
theo3
2022-01-21 21:26:18 -08:00
parent 0cf1dca4d2
commit f7c176f0fc
120 changed files with 387 additions and 383 deletions
+1 -1
View File
@@ -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);
}