mirror of
https://github.com/zeldaret/tmc
synced 2026-08-21 22:41:06 -04:00
remove redundant unions
This commit is contained in:
@@ -47,7 +47,7 @@ void TreeItem(Entity* this) {
|
||||
if (itemEntity) {
|
||||
CopyPosition(this, itemEntity);
|
||||
itemEntity->y.HALF.HI += 16;
|
||||
itemEntity->height.HALF.HI = -32;
|
||||
itemEntity->z.HALF.HI = -32;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user