fix color picker showing up in automap text color selection

This commit is contained in:
Fabian Greffrath 2023-01-27 11:35:52 +01:00
parent c2401c33ee
commit 7209583ceb

View File

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