From bd6ba9b7739c6a4e2d1054de64f5717b64a03e08 Mon Sep 17 00:00:00 2001 From: Wanne Date: Sun, 24 Jan 2016 20:02:39 +0000 Subject: [PATCH] - Multiplayer Bugfix: After synchronizing client data, the cached item names did not get reinitialized git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8031 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- MPConnectScreen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/MPConnectScreen.cpp b/MPConnectScreen.cpp index baa7c02e..dd5b772c 100644 --- a/MPConnectScreen.cpp +++ b/MPConnectScreen.cpp @@ -439,6 +439,7 @@ void DoneFadeOutForExitMPCScreen( void ) // ------------------------------------------ // Now Initialize the client again with all the files from the "_MULTIPLAYER" profile!!! LoadExternalGameplayData(TABLEDATA_DIRECTORY); + LoadAllExternalText(); InitDependingGameStyleOptions(); InitNewGame(false);