- GCC warning fixes (GCC stupidity for the most part.)
SVN r3154 (trunk)
This commit is contained in:
parent
1ea5cc8bd8
commit
1993e969b7
38 changed files with 152 additions and 119 deletions
|
|
@ -3722,7 +3722,8 @@ void P_SetupLevel (char *lumpname, int position)
|
|||
{
|
||||
vertexes, numvertexes,
|
||||
sides, numsides,
|
||||
lines, numlines
|
||||
lines, numlines,
|
||||
0, 0, 0, 0
|
||||
};
|
||||
leveldata.FindMapBounds ();
|
||||
// We need GL nodes if am_textured is on.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue