Fixed debug code: a change of a kart rank was not detected
(and so no debug info for a rank change was printed). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6246 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
3f0f1d4b57
commit
34a7a538fe
@ -665,6 +665,7 @@ void LinearWorld::updateRacePosition()
|
|||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
setKartPosition(i, p);
|
setKartPosition(i, p);
|
||||||
#else
|
#else
|
||||||
|
rank_changed |= kart->getPosition()!=p;
|
||||||
if (!setKartPosition(i,p))
|
if (!setKartPosition(i,p))
|
||||||
{
|
{
|
||||||
std::cerr << "ERROR, same rank used twice!!\n";
|
std::cerr << "ERROR, same rank used twice!!\n";
|
||||||
@ -687,7 +688,6 @@ void LinearWorld::updateRacePosition()
|
|||||||
history->Save();
|
history->Save();
|
||||||
assert(false);
|
assert(false);
|
||||||
}
|
}
|
||||||
rank_changed |= kart->getPosition()!=p;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Switch on faster music if not already done so, if the
|
// Switch on faster music if not already done so, if the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user