From fb99227ff11d7e54cb7d5eb492155822e59cb135 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 7 Sep 2006 23:57:24 +0000 Subject: [PATCH] don't bother typedefing this no static --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 29ee279161..40787e1e12 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1371,7 +1371,7 @@ void HandleInputEvents(float fDeltaTime) if( SCREENMAN->GetTopScreen()->IsFirstUpdate() ) return; - static InputEventArray ieArray; + vector ieArray; INPUTFILTER->GetInputEvents( ieArray ); /* If we don't have focus, discard input. */