convert silly DoXXX names to just XXX

This commit is contained in:
Chris Forbes
2011-12-13 23:44:40 +13:00
parent ed429a3b30
commit 58f6816d84
4 changed files with 9 additions and 15 deletions

View File

@@ -160,7 +160,7 @@ namespace OpenRA
using( new PerfSample( "tick_time" ) )
{
orderManager.LastTickTime += Settings.Game.Timestep;
Ui.DoTick();
Ui.Tick();
var world = orderManager.world;
if (orderManager.GameStarted)
++Viewport.TicksSinceLastMove;