1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 18:15:34 +00:00

Merge remote-tracking branch 'vorenon/bug876'

This commit is contained in:
Marc Zinnschlag 2013-08-09 09:38:10 +02:00
commit fb0b57efaa

View file

@ -352,9 +352,6 @@ namespace MWGui
if (text.size() > 0 && text[0] == '\n')
text.erase(0, 1);
if(caption.size() > 0 && isalnum(caption[0]))
caption[0] = toupper(caption[0]);
const ESM::Enchantment* enchant = 0;
const MWWorld::ESMStore& store = MWBase::Environment::get().getWorld()->getStore();
if (info.enchant != "")