- everything compiles again (not tested yet.)

This commit is contained in:
Christoph Oelckers 2019-10-26 00:32:49 +02:00
parent c3dc4f35be
commit cfaafcede7
81 changed files with 1626 additions and 2252 deletions

View file

@ -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;