mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-27 15:10:30 -04:00
fix wrong m_flags
checks (#852)
This commit is contained in:
parent
fd9c870944
commit
83878a8cd0
@ -2344,7 +2344,7 @@ void M_DrawSetting(setup_menu_t* s)
|
|||||||
|
|
||||||
// Is the item a paint chip?
|
// Is the item a paint chip?
|
||||||
|
|
||||||
if (flags & S_COLOR) // Automap paint chip
|
if (flags & S_AM_COLOR) // Automap paint chip
|
||||||
{
|
{
|
||||||
int i, ch;
|
int i, ch;
|
||||||
byte *ptr = colorblock;
|
byte *ptr = colorblock;
|
||||||
|
@ -134,7 +134,7 @@ extern int warning_about_changes, print_warning_about_changes;
|
|||||||
|
|
||||||
#define S_SHOWSET (S_YESNO|S_CRITEM|S_COLOR|S_CHAT|S_INPUT|S_WEAP|S_NUM|S_CHOICE|S_THERMO|S_NAME)
|
#define S_SHOWSET (S_YESNO|S_CRITEM|S_COLOR|S_CHAT|S_INPUT|S_WEAP|S_NUM|S_CHOICE|S_THERMO|S_NAME)
|
||||||
|
|
||||||
#define S_STRING (S_CHAT|S_NAME)
|
#define S_STRING (S_CHAT_MACRO|S_NAME)
|
||||||
|
|
||||||
#define S_HASDEFPTR (S_STRING|S_YESNO|S_NUM|S_WEAP|S_COLOR|S_CRITEM|S_CHOICE|S_THERMO)
|
#define S_HASDEFPTR (S_STRING|S_YESNO|S_NUM|S_WEAP|S_COLOR|S_CRITEM|S_CHOICE|S_THERMO)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user