1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00

Redemption compatibility fix

This commit is contained in:
Marc Zinnschlag 2010-06-16 19:51:59 +02:00
parent 92bf5b4b6e
commit 223d8ffd9b

View File

@ -26,7 +26,7 @@ struct Potion
void load(ESMReader &esm)
{
model = esm.getHNString("MODL");
icon = esm.getHNString("TEXT"); // not ITEX here for some reason
icon = esm.getHNOString("TEXT"); // not ITEX here for some reason
script = esm.getHNOString("SCRI");
name = esm.getHNOString("FNAM");
esm.getHNT(data, "ALDT", 12);