summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index a80ac44b3..c1fb0c021 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -55,6 +55,7 @@
#include "clear_map.h"
#include "fontcache.h"
#include "newgrf_config.h"
+#include "player_face.h"
#include "bridge_map.h"
#include "clear_map.h"
@@ -1817,6 +1818,8 @@ bool AfterLoadGame(void)
}
}
+ if (CheckSavegameVersion(49)) FOR_ALL_PLAYERS(p) p->face = ConvertFromOldPlayerFace(p->face);
+
return true;
}