mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- Backend update from GZDoom.
This commit is contained in:
parent
b9ee6c327d
commit
abb7f87de3
17 changed files with 77 additions and 188 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue