Follow up to e469f5f
* Corrected map loaded message when no maps are removed.
This commit is contained in:
parent
da83e61738
commit
5581da4bc4
@ -3780,7 +3780,7 @@ int map_readallmaps (void)
|
|||||||
ShowNotice("Maps removed: '" CL_WHITE "%d" CL_RESET "'" CL_CLL ".\n", maps_removed);
|
ShowNotice("Maps removed: '" CL_WHITE "%d" CL_RESET "'" CL_CLL ".\n", maps_removed);
|
||||||
|
|
||||||
// finished map loading
|
// 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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user