mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- everything compiles again (not tested yet.)
This commit is contained in:
parent
c3dc4f35be
commit
cfaafcede7
81 changed files with 1626 additions and 2252 deletions
|
@ -74,13 +74,6 @@ void ResetPalette(PLAYERp pp);
|
|||
void ExitMenus(void);
|
||||
void ResetMenuInput(void);
|
||||
|
||||
#define BUTTONSET(x,value) \
|
||||
( \
|
||||
((x)>31) ? \
|
||||
(CONTROL_ButtonState2 |= (value<<((x)-32))) : \
|
||||
(CONTROL_ButtonState1 |= (value<<(x))) \
|
||||
)
|
||||
|
||||
extern SWBOOL BorderAdjust;
|
||||
extern SWBOOL MultiPlayQuitFlag;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue