mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-23 20:41:36 +00:00
r_part.c (R_ReadPointFile_f): silence pesky compiler warnings
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1441 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
59320a6bdd
commit
b23310c4e4
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