rallion / depressurizer

GNU General Public License v3.0
784 stars 78 forks source link

Fixed search bug #30

Closed keringar closed 9 years ago

keringar commented 9 years ago

Search bug caused program to crash if a game initialized with a null title. Fixed by replacing null title with a string.empty title. Fixes #29