]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_win.c
cmd: Apply flags to QC commands too. Fixes +showscores in Xonotic.
[xonotic/darkplaces.git] / sys_win.c
index 34609b0d1c4abfc7cd667c7f0e2f25f0d83d3763..ee27f1eb0dbd1d22c0f8a4dfb34c0ce10ef7abde 100644 (file)
--- a/sys_win.c
+++ b/sys_win.c
@@ -395,7 +395,7 @@ int main (int argc, const char* argv[])
 }
 #endif
 
-qboolean sys_supportsdlgetticks = false;
+qbool sys_supportsdlgetticks = false;
 unsigned int Sys_SDL_GetTicks (void)
 {
        Sys_Error("Called Sys_SDL_GetTicks on non-SDL target");