mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-08 11:38:08 +03:00
oops, uncommenting, commenting caused items underwater to spin
This commit is contained in:
parent
0e9cb3f4d6
commit
64f11ed55b
1 changed files with 2 additions and 2 deletions
|
@ -943,9 +943,9 @@ void PickupCollision(short itemNum, ITEM_INFO* l, COLL_INFO* coll)
|
||||||
}*/
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* item->pos.xRot = oldXrot;
|
item->pos.xRot = oldXrot;
|
||||||
item->pos.yRot = oldYrot;
|
item->pos.yRot = oldYrot;
|
||||||
item->pos.zRot = oldZrot;*/
|
item->pos.zRot = oldZrot;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue