TRUE isn't defined in sdlayer.

git-svn-id: https://svn.eduke32.com/eduke32@750 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
plagman 2008-05-31 07:27:43 +00:00
parent e2e461bcc8
commit 512148b9a5

View file

@ -1135,7 +1135,7 @@ int setvideomode(int x, int y, int c, int fs)
int oldbpp = bpp;
bpp = 32;
osdcmd_glinfo(NULL);
glinfo.dumped = TRUE;
glinfo.dumped = 1;
bpp = oldbpp;
}
}