mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
e2e461bcc8
commit
512148b9a5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue