fixed compiler warning + removed unused variable

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3350 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2009-04-04 23:12:38 +00:00
parent ef9206b569
commit 89675045f1
2 changed files with 1 additions and 3 deletions

View File

@ -23,8 +23,6 @@
#include <string>
#include "input/input.hpp"
extern const char *sKartAction2String[PA_COUNT];
/*class for managing player name and control configuration*/
class Player
{

View File

@ -1251,7 +1251,7 @@ void Track::handleAnimatedTextures(scene::ISceneNode *node, const XMLNode &xml)
{
fprintf(stderr,
"Animated texture: no texture name specified for track '%s'\n",
getIdent());
m_ident.c_str());
continue;
}