fix for gcc

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@940 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-04-02 21:25:02 +00:00
parent 2df7e01d6b
commit 17268522f7

View file

@ -109,7 +109,7 @@ void R_GammaCorrectAndSetPalette(const unsigned char *pal)
void SWAppActivate(BOOL fActive, BOOL minimize) void SWAppActivate(BOOL fActive, BOOL minimize)
{ {
boolean newa; qboolean newa;
Minimized = minimize; Minimized = minimize;
// we don't want to act like we're active if we're minimized // we don't want to act like we're active if we're minimized