Faster map loading.

This commit is contained in:
Steve 2019-01-19 13:19:23 +00:00
parent a064e3ed4c
commit 9717047d47
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ static void loadMapData(void)
{
for (x = 0 ; x < MAP_WIDTH ; x++)
{
sscanf(p, "%d", &i);
i = atoi(p);
if (world.missionType != MT_OUTPOST)
{