added M-n support to center on a group

This commit is contained in:
Chris Forbes
2009-12-15 21:17:38 +13:00
parent 6d1653ca2f
commit 8ed1fec49c
2 changed files with 13 additions and 8 deletions

View File

@@ -164,7 +164,7 @@ namespace OpenRa.Game
if (keys.HasModifier(Keys.Alt))
{
// center on this group
Game.viewport.Center(cache[group]);
return;
}