oops, uncommenting, commenting caused items underwater to spin

This commit is contained in:
Woops 2020-06-21 22:02:23 -05:00
parent 0e9cb3f4d6
commit 64f11ed55b

View file

@ -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.zRot = oldZrot;*/
item->pos.zRot = oldZrot;
return;
}