gcc-6: error: this ‘for’ clause does not guard... [-Werror=misleading-indentation]

This commit is contained in:
Alam Ed Arias 2016-05-28 21:23:46 -04:00
parent 4956be2bd4
commit 9e196613a0
1 changed files with 1 additions and 1 deletions

View File

@ -7430,7 +7430,7 @@ static void M_HandleFogColor(INT32 choice)
l = strlen(temp);
for (i = 0; i < l; i++)
cv_grfogcolor.zstring[5 - i] = temp[l - i];
cv_grfogcolor.zstring[5] = (char)choice;
cv_grfogcolor.zstring[5] = (char)choice;
}
break;
}