mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 12:29:18 +02:00
reformat: remove redundant qualifiers
This commit is contained in:
@@ -67,8 +67,8 @@ bool TEventLauncher::Load(cParser *parser)
|
||||
else {
|
||||
// this launcher may be activated by radio message
|
||||
std::map<std::string, int> messages {
|
||||
{ "radio_call1", radio_message::call1 },
|
||||
{ "radio_call3", radio_message::call3 }
|
||||
{ "radio_call1", call1 },
|
||||
{ "radio_call3", call3 }
|
||||
};
|
||||
const auto lookup = messages.find( token );
|
||||
iKey = lookup != messages.end() ? lookup->second :
|
||||
|
||||
Reference in New Issue
Block a user