1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-29 22:20:33 +00:00

Use the proper member for the NIF type string

This commit is contained in:
Chris Robinson 2012-07-17 16:36:43 -07:00
parent 94f3e7a6c0
commit 496343b714

View File

@ -792,7 +792,7 @@ public:
}
}
else
warn("Unhandled extra data type "+e->recType);
warn("Unhandled extra data type "+e->recName);
e = e->extra;
}