- moved console command line buffer tab completion into their own files.

- layout fixes in load/save menu and confirmation screen.
This commit is contained in:
Christoph Oelckers 2020-10-11 00:16:58 +02:00
commit ef7a7cc39d
13 changed files with 788 additions and 652 deletions

View file

@ -81,11 +81,6 @@ CVAR(Bool, show_messages, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
CVAR(Bool, show_obituaries, true, CVAR_ARCHIVE)
CCMD (toggleconsole)
{
C_ToggleConsole();
}
bool CheckCheatmode (bool printmsg, bool sponly)
{
if (sponly && netgame)