Stop bubble gum from rotation (which was yet another accidental debug

commit).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4672 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-02-08 22:55:03 +00:00
parent 9952e74095
commit 96ba05ff2f

View File

@ -54,7 +54,7 @@ Item::Item(ItemType type, const Vec3& xyz, const Vec3& normal,
void Item::setType(ItemType type)
{
m_type = type;
m_rotate = true;//type!=ITEM_BUBBLEGUM;
m_rotate = type!=ITEM_BUBBLEGUM;
} // setType
//-----------------------------------------------------------------------------