CookiePLMonster / SilentPatch

SilentPatch for GTA III, Vice City, and San Andreas
MIT License
137 stars 8 forks source link

Directional multiplier fix needs updating #15

Closed CookiePLMonster closed 8 months ago

CookiePLMonster commented 8 months ago

The value is defaulted to 1.0f only once when reading timecyc.dat, it should be defaulted for every line instead. Consider wrapping a sscanf call.

https://gtaforums.com/topic/669045-silentpatch/?do=findComment&comment=1072349977

CookiePLMonster commented 8 months ago

Actually this is not that relevant, because mixing timecyc entries with and without the multiplier is extremely unlikely. Any timecyc making use of this value would have it set for all the entries, not just some of them.