get_vernum()

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:02 +02:00
parent 6012cbc8e2
commit 28f5b04b83
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ struct charstyle_old {
void hread(hstream& hs, charstyle& cs) {
// before 0xA61A there was no eyecolor
if(hs.vernum < 0xA61A) {
if(hs.get_vernum() < 0xA61A) {
charstyle_old cso;
hread_raw(hs, cso);
cs.charid = cso.charid;