don't bother typedefing this

no static
This commit is contained in:
Glenn Maynard
2006-09-07 23:57:24 +00:00
parent 969efc7f0f
commit fb99227ff1
+1 -1
View File
@@ -1371,7 +1371,7 @@ void HandleInputEvents(float fDeltaTime)
if( SCREENMAN->GetTopScreen()->IsFirstUpdate() )
return;
static InputEventArray ieArray;
vector<InputEvent> ieArray;
INPUTFILTER->GetInputEvents( ieArray );
/* If we don't have focus, discard input. */