remove bool and make guard lines adjustable

This commit is contained in:
FunkyFr3sh 2022-09-29 21:52:07 +02:00
parent 94ae5cf31f
commit 5c0dc2753d
3 changed files with 6 additions and 7 deletions

View file

@ -152,7 +152,7 @@ typedef struct CNCDDRAW
BOOL d3d9linear;
BOOL gdilinear;
BOOL d3d9on12;
BOOL no_guard_lines;
int guard_lines;
int resolutions;
BOOL armadahack;
BOOL tshack;