Removed debug print, fixed compiler warning.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8099 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
15ad480827
commit
ec8e808c8c
@ -288,7 +288,6 @@ void MinimalRaceGUI::renderGlobal(float dt)
|
||||
}
|
||||
|
||||
drawGlobalMiniMap();
|
||||
KartIconDisplayInfo* info = world->getKartsDisplayInfo();
|
||||
} // renderGlobal
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
@ -580,7 +579,6 @@ void MinimalRaceGUI::drawRankLap(const KartIconDisplayInfo* info,
|
||||
- m_lap_width -20 );
|
||||
pos.UpperLeftCorner.Y = viewport.LowerRightCorner.Y-60;
|
||||
|
||||
printf("x %d %d\n", pos.UpperLeftCorner.Y, pos.LowerRightCorner.Y);
|
||||
char str[256];
|
||||
sprintf(str, "%d/%d", lap+1, race_manager->getNumLaps());
|
||||
core::stringw s = m_string_lap+" "+str;
|
||||
|
Loading…
x
Reference in New Issue
Block a user