mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-18 14:31:52 +00:00
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
|
||||
|
||||
for ( i = 1; cl.model_name[i][0]
|
||||
; i++)
|
||||
for (i = 1; cl.model_name[i][0]; i++)
|
||||
{
|
||||
s = cl.model_name[i];
|
||||
if (s[0] == '*')
|
||||
|
|
Loading…
Reference in a new issue