]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - in_win.c
colors for DrawQ_Mesh are now float rather than byte, and vertices are padded to...
[xonotic/darkplaces.git] / in_win.c
index 60eb8a83e0bc0a067390274005af1d0ebc2f5a04..d11cd66ba1e742e99d43c877929b1d60e54d9d56 100644 (file)
--- a/in_win.c
+++ b/in_win.c
@@ -376,7 +376,7 @@ IN_StartupMouse
 */
 void IN_StartupMouse (void)
 {
-       if ( COM_CheckParm ("-nomouse") 
+       if (COM_CheckParm ("-nomouse") || COM_CheckParm("-safe")
                return; 
 
        mouseinitialized = true;
@@ -704,7 +704,7 @@ void IN_StartupJoystick (void)
        joy_avail = false; 
 
        // abort startup if user requests no joystick
-       if ( COM_CheckParm ("-nojoy") 
+       if (COM_CheckParm ("-nojoy") || COM_CheckParm("-safe")
                return; 
  
        // verify joystick driver is present