From fbb75aae0bd0a6c4a0edef2b2d91e53a45a3f190 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Fri, 8 Nov 2019 04:23:02 +0000 Subject: [PATCH] SW: Replace UCHAR with unsigned char git-svn-id: https://svn.eduke32.com/eduke32@8282 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/sw/src/menus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sw/src/menus.cpp b/source/sw/src/menus.cpp index e9be2cc84..fa3ba7491 100644 --- a/source/sw/src/menus.cpp +++ b/source/sw/src/menus.cpp @@ -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;