mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Add T6 vehicle team value for neutral
This commit is contained in:
@ -58,6 +58,10 @@ namespace T6
|
||||
m_info_string.SetValueForKey(std::string(field.szName), "allies");
|
||||
break;
|
||||
|
||||
case TEAM_FOUR:
|
||||
m_info_string.SetValueForKey(std::string(field.szName), "neutral");
|
||||
break;
|
||||
|
||||
default:
|
||||
assert(false);
|
||||
m_info_string.SetValueForKey(std::string(field.szName), "");
|
||||
|
Reference in New Issue
Block a user