SHIFT+TAB invert completion order

This commit is contained in:
Wohoo-GC 2014-10-06 23:37:35 +02:00
parent 200fc3545b
commit 3a2f078360

View file

@ -32,6 +32,7 @@ class CGameConsole : public CComponent
int m_CompletionChosen;
int m_CompletionFlagmask;
float m_CompletionRenderOffset;
bool m_ReverseTAB;
bool m_IsCommand;
char m_aCommandName[IConsole::TEMPCMD_NAME_LENGTH];