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:
Spoike 2009-10-06 00:43:23 +00:00
parent a01158a6e0
commit d950889fda

View file

@ -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++)