From e5ad264bbfc4629e24ef0b55ee1ed88496707571 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 26 Dec 2006 22:42:54 +0000 Subject: [PATCH] phase out down param --- stepmania/src/arch/InputHandler/InputHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/InputHandler/InputHandler.h b/stepmania/src/arch/InputHandler/InputHandler.h index f27a2f5bb9..543fee34ad 100644 --- a/stepmania/src/arch/InputHandler/InputHandler.h +++ b/stepmania/src/arch/InputHandler/InputHandler.h @@ -62,7 +62,7 @@ protected: * happen, you need to explicitly call di.ts.SetZero(). * * If the timestamp is set, it'll be left alone. */ - void ButtonPressed( DeviceInput di, bool Down ); + void ButtonPressed( DeviceInput di, bool Down = false ); /* Call this at the end of polling input. */ void UpdateTimer();