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:
hendricks266 2019-11-08 04:23:02 +00:00 committed by Christoph Oelckers
parent 125ec7ad2c
commit fbb75aae0b

View file

@ -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;