mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-06 16:01:10 +00:00
remove a redundant call to JOY_Command
This commit is contained in:
parent
9f2418d873
commit
b33b9fc58a
1 changed files with 0 additions and 2 deletions
|
@ -301,8 +301,6 @@ IN_LL_SendKeyEvents (void)
|
||||||
void
|
void
|
||||||
IN_LL_Commands (void)
|
IN_LL_Commands (void)
|
||||||
{
|
{
|
||||||
JOY_Command ();
|
|
||||||
|
|
||||||
if (old_windowed_mouse != _windowed_mouse->value) {
|
if (old_windowed_mouse != _windowed_mouse->value) {
|
||||||
old_windowed_mouse = _windowed_mouse->value;
|
old_windowed_mouse = _windowed_mouse->value;
|
||||||
if (!_windowed_mouse->value) {
|
if (!_windowed_mouse->value) {
|
||||||
|
|
Loading…
Reference in a new issue