Changes between Initial Version and Version 1 of Ticket #635, comment 1
- Timestamp:
- 05/12/14 15:15:06 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #635, comment 1
initial v1 5 5 6 6 line: 960 7 {{{ 7 8 if (sec1>1/25) and ((cy-smoothheight)^2 < maxUnitDistance) then 8 9 sec1 = 0 9 10 visibleUnits = GetVisibleUnits(-1,nil,false) 10 11 end 12 }}}