fix repeat

This commit is contained in:
Glenn Maynard
2006-10-05 00:18:55 +00:00
parent 66bb6ad544
commit cd55d57989
+3
View File
@@ -109,6 +109,9 @@ void ScreenPrompt::Input( const InputEventPlus &input )
if( IsTransitioning() )
return;
if( input.type == IET_RELEASE )
return;
if( input.DeviceI.device==DEVICE_KEYBOARD )
{
switch( input.DeviceI.button )