Update actionMap.cpp

This commit is contained in:
marauder2k7 2026-03-14 12:44:22 +00:00
parent 496895d60c
commit 3188920312

View file

@ -483,7 +483,7 @@ bool ActionMap::createEventDescriptor(const char* pEventString, EventDescriptor*
pDescriptor->flags |= SI_MAC_OPT; pDescriptor->flags |= SI_MAC_OPT;
} }
#else #else
if (dStricmp(pModifier, "ctrl") == 0 || (dStricmp(pModifier, "cmd") == 0) if (dStricmp(pModifier, "ctrl") == 0 || dStricmp(pModifier, "cmd") == 0)
{ {
pDescriptor->flags |= SI_CTRL; pDescriptor->flags |= SI_CTRL;
} }