Files
OpenRA/OpenRA.Mods.Common/Traits/Modifiers/FrozenUnderFog.cs
RoosterDragon 91ea3532b4 Change a dictionary to an array for faster player lookup in FrozenUnderFog.
Deferencing an array element to get the state is cheaper than a dictionary lookup. We can do this since the players collection does not change during gameplay.
2015-11-27 15:46:32 +00:00

4.2 KiB