removed debug command that hsouldn't have been committed (yes, agin...)

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2833 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2009-01-05 00:19:01 +00:00
parent 566260b3c0
commit 1f38f1afb2

View File

@ -61,10 +61,6 @@ void Attachment::set(attachmentType _type, float time, Kart *current_kart)
m_type = _type; m_type = _type;
m_time_left = time; m_time_left = time;
m_previous_owner = current_kart; m_previous_owner = current_kart;
// debug code, DO NOT COMMIT!
m_type = ATTACH_PARACHUTE;
} // set } // set
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------