mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-30 08:32:00 +00:00
Removed some unused functions.
Tag Explorer: comments can now be edited properly.
This commit is contained in:
parent
5cb573d938
commit
fb0db718a0
36 changed files with 68 additions and 139 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue