Removed some unused functions.

Tag Explorer: comments can now be edited properly.
This commit is contained in:
MaxED 2012-07-10 14:14:53 +00:00
parent 5cb573d938
commit fb0db718a0
36 changed files with 68 additions and 139 deletions

View file

@ -561,10 +561,10 @@ namespace CodeImp.DoomBuilder.BuilderModes
}
// Time to pick a new target?
if(General.Clock.GetCurrentTime() > (lastpicktime + PICK_INTERVAL))
if(General.Clock.CurrentTime > (lastpicktime + PICK_INTERVAL))
{
PickTargetUnlocked();
lastpicktime = General.Clock.GetCurrentTime();
lastpicktime = General.Clock.CurrentTime;
}
// The mouse is always in motion