Fixed hero appearance style and race not being loaded properly from savegames #94

This commit is contained in:
VladislavKolosovsky
2017-04-24 16:10:20 +07:00
parent e7d03fc60a
commit 7b333ca458
-1
View File
@@ -1294,7 +1294,6 @@ LoopStart:
} }
} }
RefreshArtCache(); RefreshArtCache();
SetAppearanceGlobals(CurrentRaceVal, CurrentStyleVal); //store new globals
DrawPC(); DrawPC();
} }