mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Fixes a warning.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3395 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a01158a6e0
commit
d950889fda
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ void SV_SaveLevelCache(qboolean dontharmgame)
|
|||
if (sv.strings.lightstyles[i])
|
||||
VFS_PRINTF (f, "%s\n", sv.strings.lightstyles[i]);
|
||||
else
|
||||
VFS_PRINTF (f, "\n", sv.strings.lightstyles[i]);
|
||||
VFS_PRINTF (f, "\n");
|
||||
}
|
||||
|
||||
for (i=1 ; i<MAX_MODELS ; i++)
|
||||
|
|
Loading…
Reference in a new issue