diff --git a/OpenRA.Mods.Cnc/VideoLoaders/WsaLoader.cs b/OpenRA.Mods.Cnc/VideoLoaders/WsaLoader.cs index 1ffac8ed57..217fb58768 100644 --- a/OpenRA.Mods.Cnc/VideoLoaders/WsaLoader.cs +++ b/OpenRA.Mods.Cnc/VideoLoaders/WsaLoader.cs @@ -34,6 +34,8 @@ namespace OpenRA.Mods.Cnc.VideoLoaders var start = s.Position; var frames = s.ReadUInt16(); + if (frames <= 1) // TODO: find a better way to differentiate .shp icons + return false; var x = s.ReadUInt16(); var y = s.ReadUInt16();