- fixed GCC warnings and errors

(Is there anyway to tone down GCC's warning level? It outputs too many false positives for potentially uninitialized variables in which the genuine errors get drowned.)
This commit is contained in:
Christoph Oelckers 2017-03-11 19:02:00 +01:00
commit 921abc404d
21 changed files with 45 additions and 27 deletions

View file

@ -52,6 +52,7 @@
#include "math/cmath.h"
#include "actorptrselect.h"
#include "g_levellocals.h"
#include "actorinlines.h"
// Set of spawnable things for the Thing_Spawn and Thing_Projectile specials.
FClassMap SpawnableThings;