TomenetGame / tomenet

TomeNET is an online multiplayer roguelike role-playing game
https://www.tomenet.eu/
Other
69 stars 11 forks source link

[bugfix] Change type of intermediate value used in crit calculations from u64b… #60

Closed char-lotl closed 1 month ago

char-lotl commented 1 month ago

… to int64_t, avoiding undefined behavior when damage bonuses are strongly negative.

Specifically, this was causing a display issue when negative average weapon damage was calculated, where absurd and false damage values would be displayed.