fix silly error (i'd have noticed this sooner if I'd spend more time playing

and less time coding)
This commit is contained in:
Glenn Maynard
2002-09-09 03:40:43 +00:00
parent 4f8d20d90d
commit 49efb3ebf5
+1
View File
@@ -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: