From 1f38f1afb2a56465d506db44bec638c2d9646928 Mon Sep 17 00:00:00 2001 From: auria Date: Mon, 5 Jan 2009 00:19:01 +0000 Subject: [PATCH] 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 --- src/items/attachment.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/items/attachment.cpp b/src/items/attachment.cpp index e45585add..22cc31a2b 100644 --- a/src/items/attachment.cpp +++ b/src/items/attachment.cpp @@ -61,10 +61,6 @@ void Attachment::set(attachmentType _type, float time, Kart *current_kart) m_type = _type; m_time_left = time; m_previous_owner = current_kart; - - // debug code, DO NOT COMMIT! - m_type = ATTACH_PARACHUTE; - } // set // -----------------------------------------------------------------------------