mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Fix for bug 876
This commit is contained in:
parent
8f4506f5b6
commit
a718a62ef5
@ -352,9 +352,6 @@ namespace MWGui
|
|||||||
if (text.size() > 0 && text[0] == '\n')
|
if (text.size() > 0 && text[0] == '\n')
|
||||||
text.erase(0, 1);
|
text.erase(0, 1);
|
||||||
|
|
||||||
if(caption.size() > 0 && isalnum(caption[0]))
|
|
||||||
caption[0] = toupper(caption[0]);
|
|
||||||
|
|
||||||
const ESM::Enchantment* enchant = 0;
|
const ESM::Enchantment* enchant = 0;
|
||||||
const MWWorld::ESMStore& store = MWBase::Environment::get().getWorld()->getStore();
|
const MWWorld::ESMStore& store = MWBase::Environment::get().getWorld()->getStore();
|
||||||
if (info.enchant != "")
|
if (info.enchant != "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user