From 49efb3ebf51007f9b5b518273dd19e2540f77480 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 9 Sep 2002 03:40:43 +0000 Subject: [PATCH] fix silly error (i'd have noticed this sooner if I'd spend more time playing and less time coding) --- stepmania/src/InputFilter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/InputFilter.cpp b/stepmania/src/InputFilter.cpp index f076d80554..1f5f29c31b 100644 --- a/stepmania/src/InputFilter.cpp +++ b/stepmania/src/InputFilter.cpp @@ -29,6 +29,7 @@ InputFilter::InputFilter() bool InputFilter::BeingPressed( DeviceInput di, bool Prev ) { + if(di.device == DEVICE_JOY1 || di.device == DEVICE_JOY2 || di.device == DEVICE_JOY3 || di.device == DEVICE_JOY4) switch( di.button ) { case JOY_Z_UP: case JOY_Z_DOWN: case JOY_Z_ROT_UP: case JOY_Z_ROT_DOWN: