mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-27 23:22:06 -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;
|
print_warning_about_changes = false;
|
||||||
gather_count = 0;
|
gather_count = 0;
|
||||||
}
|
}
|
||||||
else if (flags & S_COLOR)
|
else if ((flags & S_COLOR) == S_COLOR)
|
||||||
{
|
{
|
||||||
int color = ptr1->var.def->location->i;
|
int color = ptr1->var.def->location->i;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user