Undo part of r12016, which was incorrect
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12062 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
3230daa882
commit
a4bb3e3f58
@ -461,6 +461,7 @@ void RaceGUIOverworld::drawGlobalMiniMap()
|
||||
}
|
||||
else
|
||||
{
|
||||
Track* track = track_manager->getTrack(challenge->getTrackId());
|
||||
if (track == NULL)
|
||||
{
|
||||
fprintf(stderr, "[RaceGUIOverworld] ERROR: Cannot find track <%s>, "
|
||||
|
Loading…
Reference in New Issue
Block a user