HaikuArchives / LightsOff

Lights Off! is a rendition of the original handheld game "Lights Out!", manufactured by Tiger Electronics.
MIT License
2 stars 3 forks source link

Add a Random submenu under the Puzzle pack menu #34

Closed owenca closed 6 years ago

owenca commented 6 years ago

Also, simplify reading data from the settings file.

humdingerb commented 6 years ago

Merging so you can move on. But FWIW, randomizing keeps crashing for me at: 0x70d0f5d0 0x7110dd TwoStateDrawButton::SetState(long int) + 0x21 (/boot/home/Desktop/stash/LightsOff/src/TwoStateDrawButton.cpp:90)

owenca commented 6 years ago

I had tested it before creating the PR. Maybe removing ~/config/settings/LightsOff will take care of it. If not, can you let me know how to reproduce the crash? Thanks!

humdingerb commented 6 years ago

Right you are: removed the old settings and no more crash. Thanks.