Fixed compilation problem on Linux.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9823 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-09-14 01:02:33 +00:00
parent f85556d83a
commit eaeb958d78

View File

@ -66,7 +66,8 @@ void Referee::init()
file_manager->getModelFile(model_filename) );
if(!m_st_referee_mesh)
{
printf("Can't find referee model '%s', aborting.\n", model_filename);
printf("Can't find referee model '%s', aborting.\n",
model_filename.c_str());
}
node->get("first-rescue-frame", &m_st_first_rescue_frame);