mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-02 02:45:32 +00:00
Use the proper member for the NIF type string
This commit is contained in:
parent
94f3e7a6c0
commit
496343b714
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
warn("Unhandled extra data type "+e->recType);
|
warn("Unhandled extra data type "+e->recName);
|
||||||
e = e->extra;
|
e = e->extra;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue