this is not just ShowMuzzles anymore

This commit is contained in:
Matthias Mailänder
2014-01-03 13:30:12 +01:00
parent 4d99f9ce53
commit a6c5b80731
5 changed files with 10 additions and 10 deletions

2
OpenRA.Mods.RA/CombatDebugOverlay.cs Executable file → Normal file
View File

@@ -38,7 +38,7 @@ namespace OpenRA.Mods.RA
public void RenderAfterWorld(WorldRenderer wr, Actor self)
{
if (devMode == null || !devMode.ShowMuzzles)
if (devMode == null || !devMode.ShowCombatGeometry)
return;
if (health.Value != null)