mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-26 05:00:05 -04:00
Replace "unsigned int" with "uint32_t"
This commit is contained in:
@@ -118,7 +118,7 @@ char *strupr(char *string) {
|
||||
return string;
|
||||
}
|
||||
|
||||
static unsigned int LinuxAppFlags = 0;
|
||||
static uint32_t LinuxAppFlags = 0;
|
||||
// static Display *LinuxAppDisplay=NULL;
|
||||
static bool LinuxAppSetAtExit = false;
|
||||
static bool LinuxAppDontCallShutdown = false;
|
||||
|
||||
Reference in New Issue
Block a user