Change: Allow user to have custom keymappings and still chat.

This commit is contained in:
Charles Lohr
2005-02-01 06:49:44 +00:00
parent 3947ab0eca
commit 1f56e7dfef
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -163,6 +163,8 @@ void ScreenNetSelectBase::Input( const DeviceInput& DeviceI, const InputEventTyp
m_sTextInput += c;
UpdateTextInput();
}
if( c >= ' ' )
return;
break;
}
Screen::Input( DeviceI, type, GameI, MenuI, StyleI ); // default input handler