- Expose ConsoleState to scripts
- Make ConsoleState uint8_t sized
This commit is contained in:
parent
69778667aa
commit
c6ae73d6d2
5 changed files with 17 additions and 7 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