- fixed some Linux/GCC warnings.

This commit is contained in:
Christoph Oelckers 2016-02-02 01:04:59 +01:00
commit 6b75f14c0f
3 changed files with 5 additions and 5 deletions

View file

@ -56,7 +56,7 @@ class SightCheck
fixed_t topslope, bottomslope; // slopes to top and bottom of target
int Flags;
divline_t trace;
int myseethrough;
unsigned int myseethrough;
bool PTR_SightTraverse (intercept_t *in);
bool P_SightCheckLine (line_t *ld);