Nextmap now has an error message if the reason it didn't load maps was due to non-existant file.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401498
This commit is contained in:
Michael McKoy 2007-09-26 16:27:53 +00:00
parent 2c2d791f89
commit 3a1961cfc0

View File

@ -256,6 +256,7 @@ LoadMaps()
if (!FileExists(mapCycle))
{
LogError("[SM] Could not find file: %s", mapCycle);
return 0;
}