JoseTomasTocino / freegemas

Freegemas is an open source version of the well known Bejeweled, built in C++ using SDL2
GNU General Public License v2.0
61 stars 18 forks source link

Reset the score when StateGame is reset #9

Closed sharkwouter closed 3 years ago

sharkwouter commented 3 years ago

Currently when using the reset button the score isn't being reset. This means people can cheat quite badly really easily. It's a bit annoying if you're trying to see if you can beat your own score too. This PR addresses this issue.