2025-08-12 13:08 CEST

spring: develop 354c5b6e Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
jK jK develop 2013-01-04 16:46:44 develop 59dcb5cb
Changeset fix an already fixed bug again, this fixes 0003176 (radarblob mouse tracing size)
the already done change disappeared likely in a broken merge commit cause:
https://github.com/spring/spring/commits/develop/rts/Game/TraceRay.cpp
compare the commits between Jul 12 & 15, Line 285:
"cv.Init(unit->iconRadius);" changes WITHOUT ANY COMMIT to
"cv.Init(unit->iconRadius * (1.0f + (gu->usRandFloat() * 3.0f)));" !
mod - rts/Game/TraceRay.cpp Diff ] File ]