remove a redundant call to JOY_Command

This commit is contained in:
Bill Currie 2001-08-14 22:10:55 +00:00
parent 9f2418d873
commit b33b9fc58a

View file

@ -301,8 +301,6 @@ IN_LL_SendKeyEvents (void)
void
IN_LL_Commands (void)
{
JOY_Command ();
if (old_windowed_mouse != _windowed_mouse->value) {
old_windowed_mouse = _windowed_mouse->value;
if (!_windowed_mouse->value) {