Multiplayer LOBOT fix (by Asdow).

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8766 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Sevenfm
2020-02-27 18:23:38 +00:00
parent a94a32aa97
commit a09c0a8b33
4 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ void DoneFadeOutForExitMPCScreen( void )
{
// ------------------------------------------
// Now Initialize the client again with all the files from the "_MULTIPLAYER" profile!!!
LoadExternalGameplayData(TABLEDATA_DIRECTORY);
LoadExternalGameplayData(TABLEDATA_DIRECTORY, true);
LoadAllExternalText();
InitDependingGameStyleOptions();
InitNewGame(false);