Fix RCS1099

This commit is contained in:
RoosterDragon
2023-03-18 12:51:42 +00:00
committed by Gustas
parent 60e86f563c
commit c63788b686
3 changed files with 10 additions and 7 deletions

View File

@@ -151,8 +151,8 @@ namespace OpenRA
case TargetType.Terrain:
return HashUsingHashCode(t.CenterPosition);
default:
case TargetType.Invalid:
default:
return 0;
}
}