clintbellanger / flare

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

320x240 mod is broken. #854

Closed stefanbeller closed 12 years ago

stefanbeller commented 12 years ago

On loading screen no hero is displayed; starting the game crashes at https://github.com/clintbellanger/flare/blob/47aa3908ce02f98a5d10090a986f284fcc505ff4/src/Avatar.cpp#L164 because the index called body is -1 and tries to access an array.

dorkster commented 12 years ago

I believe menus/inventory.txt needs to be updated. We need to always define a slot for "body." I'll make a fix for now, but things may change as work on #719 continues.