jadijadi / riverraidrust

A text based river raid clone in Rust; streamed
GNU General Public License v3.0
94 stars 28 forks source link

Fix subtraction overflow #79

Closed ghost closed 7 months ago

ghost commented 7 months ago

Closes #78 using saturating_sub() instead of default subtraction to prevent overflow.