GotoNextBase dies in a fire; INotifyKeyPress dies

This commit is contained in:
Chris Forbes
2011-03-13 11:42:17 +13:00
parent 3c41efea04
commit 116ef15fdb
6 changed files with 22 additions and 50 deletions

View File

@@ -134,9 +134,6 @@ namespace OpenRA.Widgets
bool handled = false;
foreach (var t in world.WorldActor.TraitsImplementing<INotifyKeyPress>())
handled = (t.KeyPressed(world.WorldActor, e)) ? true : handled;
if (handled) return true;
}
return false;