Removed compiler warnings.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6717 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-11-24 22:18:47 +00:00
parent f99d1bd9dc
commit ce3c115a86

View File

@ -354,9 +354,6 @@ void SlipStream::update(float dt)
bool is_sstreaming = false; bool is_sstreaming = false;
m_target_kart = NULL; m_target_kart = NULL;
irr::video::S3DVertex* vertices = NULL;
video::SColor color(255, 0, 0, 0);
// Note that this loop can not be simply replaced with a shorter loop // Note that this loop can not be simply replaced with a shorter loop
// using only the karts with a better position - since a kart might // using only the karts with a better position - since a kart might
// be a lap behind // be a lap behind