mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
r_part.c (R_ReadPointFile_f): silence pesky compiler warnings
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1441 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
3cf6946ebd
commit
e2d1800b12
1 changed files with 1 additions and 0 deletions
|
@ -288,6 +288,7 @@ void R_ReadPointFile_f (void)
|
|||
|
||||
Con_Printf ("Reading %s...\n", name);
|
||||
c = 0;
|
||||
org[0] = org[1] = org[2] = 0; // silence pesky compiler warnings
|
||||
for ( ;; )
|
||||
{
|
||||
r = fscanf (f,"%f %f %f\n", &org[0], &org[1], &org[2]);
|
||||
|
|
Loading…
Reference in a new issue