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
|
||||
setKartPosition(i, p);
|
||||
#else
|
||||
rank_changed |= kart->getPosition()!=p;
|
||||
if (!setKartPosition(i,p))
|
||||
{
|
||||
std::cerr << "ERROR, same rank used twice!!\n";
|
||||
@ -687,7 +688,6 @@ void LinearWorld::updateRacePosition()
|
||||
history->Save();
|
||||
assert(false);
|
||||
}
|
||||
rank_changed |= kart->getPosition()!=p;
|
||||
#endif
|
||||
|
||||
// Switch on faster music if not already done so, if the
|
||||
|
Loading…
x
Reference in New Issue
Block a user