- ported the Hexen status bar to zscript.
Note that DrawBar with a background texture does not work yet because the clipping rectangle is not done yet.
This commit is contained in:
parent
bac464f2b7
commit
b9485d4edf
10 changed files with 430 additions and 12 deletions
|
|
@ -734,6 +734,8 @@ static int grid = 0;
|
|||
|
||||
bool automapactive = false;
|
||||
|
||||
DEFINE_GLOBAL(automapactive);
|
||||
|
||||
// location of window on screen
|
||||
static int f_x;
|
||||
static int f_y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue