clintbellanger / flare

Free Libre Action Roleplaying Engine
http://clintbellanger.net/rpg/
GNU General Public License v3.0
166 stars 41 forks source link

Fix some labels not displayed #965

Closed AMDmi3 closed 12 years ago

AMDmi3 commented 12 years ago

Add default constructor to struct LabelInfo. Without this, it's initialized with garbage and some labels disappear as their LabelInfo::hidden field is set to true.

Should fix #963