mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 18:19:19 +02:00
reformat: remove redundant parentheses
This commit is contained in:
@@ -101,7 +101,7 @@ void ui::vehicles_bank::parse_category_entry(const std::string ¶m)
|
||||
void ui::vehicles_bank::parse_controllable_entry(const std::string &target, const std::string ¶m)
|
||||
{
|
||||
get_vehicle(target)->controllable =
|
||||
(param.size() >= 1 && param[0] == '1');
|
||||
param.size() >= 1 && param[0] == '1';
|
||||
}
|
||||
|
||||
void ui::vehicles_bank::parse_texture_info(const std::string &target, const std::string ¶m, std::shared_ptr<skin_meta> meta)
|
||||
|
||||
Reference in New Issue
Block a user