mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
should fix the seg on ^C early in the startup
This commit is contained in:
parent
d35f027757
commit
64c156653f
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ IN_LL_Shutdown (void)
|
|||
XAutoRepeatOn (x_disp);
|
||||
dga_off ();
|
||||
}
|
||||
if (!in_mouse_accel->int_val)
|
||||
if (in_mouse_accel && !in_mouse_accel->int_val)
|
||||
X11_RestoreMouseAcceleration();
|
||||
X11_CloseDisplay ();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue