mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 23:42:11 +00:00
gcc-6: error: this ‘for’ clause does not guard... [-Werror=misleading-indentation]
This commit is contained in:
parent
4956be2bd4
commit
9e196613a0
1 changed files with 1 additions and 1 deletions
|
@ -7430,7 +7430,7 @@ static void M_HandleFogColor(INT32 choice)
|
||||||
l = strlen(temp);
|
l = strlen(temp);
|
||||||
for (i = 0; i < l; i++)
|
for (i = 0; i < l; i++)
|
||||||
cv_grfogcolor.zstring[5 - i] = temp[l - i];
|
cv_grfogcolor.zstring[5 - i] = temp[l - i];
|
||||||
cv_grfogcolor.zstring[5] = (char)choice;
|
cv_grfogcolor.zstring[5] = (char)choice;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue