mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
SW: Replace UCHAR with unsigned char
git-svn-id: https://svn.eduke32.com/eduke32@8282 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
125ec7ad2c
commit
fbb75aae0b
1 changed files with 1 additions and 1 deletions
|
@ -4424,7 +4424,7 @@ SetupMenu(void)
|
|||
void MNU_DoMenu(CTLType type, PLAYERp pp)
|
||||
{
|
||||
SWBOOL resetitem;
|
||||
UCHAR key;
|
||||
unsigned char key;
|
||||
int zero = 0;
|
||||
static int handle2 = 0;
|
||||
static int limitmove=0;
|
||||
|
|
Loading…
Reference in a new issue