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:
auria 2012-11-25 02:49:42 +00:00
parent 3230daa882
commit a4bb3e3f58

View File

@ -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>, "