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:
parent
f85556d83a
commit
eaeb958d78
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user