Changeset - r11181:02f630c95a85
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2009-02-20 21:05:27
rubidium@openttd.org
(svn r15532) -Fix (r15525): don't try to load (and forget) AI data from a non-existing AI when joining a server. In other words: you can join network servers again.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/ai_sl.cpp
Show inline comments
 
@@ -59,7 +59,7 @@ static void Load_AIPL()
 
		SlObject(NULL, _ai_company);
 

	
 
		if (_networking && !_network_server) {
 
			AIInstance::LoadEmpty();
 
			if (IsValidCompanyID(index) && !IsHumanCompany(index)) AIInstance::LoadEmpty();
 
			continue;
 
		}
 

	
0 comments (0 inline, 0 general)