Skip to content
Commit 9bb698dc authored by Frederik Schwarzer's avatar Frederik Schwarzer
Browse files

Fix adding lives on reaching a certain score.

The value is counting towards 0 in variable steps, so it might "jump"
over 0. unsigned int wraps to the integer length maximum when decreasing
beyond 0 and is thus never below 0.
parent ed14a97a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment