Follow up to e469f5f

* Corrected map loaded message when no maps are removed.
This commit is contained in:
aleos 2018-08-28 11:03:34 -04:00
parent da83e61738
commit 5581da4bc4

View File

@ -3780,7 +3780,7 @@ int map_readallmaps (void)
ShowNotice("Maps removed: '" CL_WHITE "%d" CL_RESET "'" CL_CLL ".\n", maps_removed);
// finished map loading
ShowInfo("Successfully loaded '" CL_WHITE "%d" CL_RESET "' maps.\n",map_num);
ShowInfo("Successfully loaded '" CL_WHITE "%d" CL_RESET "' maps." CL_CLL "\n",map_num);
return 0;
}