mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 12:22:42 +00:00
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:
parent
2df7e01d6b
commit
17268522f7
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ void R_GammaCorrectAndSetPalette(const unsigned char *pal)
|
|||
|
||||
void SWAppActivate(BOOL fActive, BOOL minimize)
|
||||
{
|
||||
boolean newa;
|
||||
qboolean newa;
|
||||
Minimized = minimize;
|
||||
|
||||
// we don't want to act like we're active if we're minimized
|
||||
|
|
Loading…
Reference in a new issue