mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-25 04:21:39 +00:00
get_vernum()
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user