Fixed typo in xml output.

This commit is contained in:
hiker 2014-10-03 16:48:47 +10:00
parent 9f5b2fbc91
commit b5a85ae100

View File

@ -450,7 +450,7 @@ bool onEvent(const SEvent &event)
{
AbstractKart *kart = world->getKart(i);
Log::warn(kart->getIdent().c_str(),
"<start pos=\"%d\" x=\"%f\" y=\"%f\" z=\"%f\" h=\"%f\"/>",
"<start position=\"%d\" x=\"%f\" y=\"%f\" z=\"%f\" h=\"%f\"/>",
i, kart->getXYZ().getX(), kart->getXYZ().getY(),
kart->getXYZ().getZ(),kart->getHeading()*RAD_TO_DEGREE
);