clintbellanger / flare

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

Enemy names not shown #963

Closed stefanbeller closed 12 years ago

stefanbeller commented 12 years ago

So I have 2 different systems, both running the same version of flare

git describe
v0.16-950-g93368c3

And one of them shows the enemy name as it should https://github.com/stefanbeller/flare/blob/screenshots/bugreport1/system1.png The other system doesn't show the enemy name, but just the life bar, see https://github.com/stefanbeller/flare/blob/screenshots/bugreport1/system2.png

Any ideas what might be wrong?

dorkster commented 12 years ago

Besides making sure the files in [mod]/menus/ are the same on both machines, you might be able to get some answers by checking the values of text_pos.hidden and custom_text_pos right before this point.

AMDmi3 commented 12 years ago

Should be fixed by #965

stefanbeller commented 12 years ago

Thanks for the fix @AMDmi3