whitespace change. I prefer it this way.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2136 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3cc22254e1
commit
f03e0e3930
1 changed files with 1 additions and 2 deletions
|
@ -549,8 +549,7 @@ void Model_NextDownload (void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
for ( i = 1; cl.model_name[i][0]
|
for (i = 1; cl.model_name[i][0]; i++)
|
||||||
; i++)
|
|
||||||
{
|
{
|
||||||
s = cl.model_name[i];
|
s = cl.model_name[i];
|
||||||
if (s[0] == '*')
|
if (s[0] == '*')
|
||||||
|
|
Loading…
Reference in a new issue