Rotate Easter eggs.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14346 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2013-10-30 01:07:08 +00:00
parent 42cf2c292a
commit c58b005ba4

View File

@@ -110,8 +110,7 @@ void Item::initItem(ItemType type, const Vec3 &xyz)
m_deactive_time = 0;
m_time_till_return = 0.0f; // not strictly necessary, see isCollected()
m_emitter = NULL;
m_rotate = (type!=ITEM_BUBBLEGUM) && (type!=ITEM_TRIGGER) &&
(type!=ITEM_EASTER_EGG);
m_rotate = (type!=ITEM_BUBBLEGUM) && (type!=ITEM_TRIGGER);
switch(m_type)
{
case ITEM_BUBBLEGUM: