mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 22:05:20 -04:00
fix color picker showing up in automap text color selection
This commit is contained in:
parent
c2401c33ee
commit
7209583ceb
@ -6238,7 +6238,7 @@ boolean M_Responder (event_t* ev)
|
||||
print_warning_about_changes = false;
|
||||
gather_count = 0;
|
||||
}
|
||||
else if (flags & S_COLOR)
|
||||
else if ((flags & S_COLOR) == S_COLOR)
|
||||
{
|
||||
int color = ptr1->var.def->location->i;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user