- Backend update from GZDoom.

This commit is contained in:
Christoph Oelckers 2022-07-20 14:47:18 +02:00 committed by Mitchell Richters
parent b9ee6c327d
commit abb7f87de3
17 changed files with 77 additions and 188 deletions

View file

@ -104,7 +104,9 @@ bool vidactive = false;
bool cursoron = false;
int ConBottom, ConScroll, RowAdjust;
uint64_t CursorTicker;
constate_e ConsoleState = c_up;
uint8_t ConsoleState = c_up;
DEFINE_GLOBAL(ConsoleState)
static int TopLine, InsertLine;