Fix bug with rating in lobby bot, remove superfluous GUI typedef, and change the lobby chat autocompletion to use tab.

This was SVN commit r14467.
This commit is contained in:
JoshuaJB
2014-01-01 00:23:18 +00:00
parent 9d9361ae44
commit 1e522f9b2c
7 changed files with 10 additions and 15 deletions
+2 -1
View File
@@ -99,7 +99,8 @@ InReaction CInput::ManuallyHandleEvent(const SDL_Event_* ev)
{
case SDLK_TAB: // '\t'
/* Auto Complete */
// TODO Gee: (2004-09-07) What to do with tab?
// We just send the tab event to JS and let it figure out autocomplete.
SendEvent(GUIM_TAB, "tab");
break;
case SDLK_BACKSPACE: // '\b'