Changeset - r11177:50cf56a92a1b
[Not reviewed]
master
0 1 0
yexo - 15 years ago 2009-02-20 00:02:25
yexo@openttd.org
(svn r15528) -Fix (r15525): Check should be the other way around (thanks SmatZ).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/ai_sl.cpp
Show inline comments
 
@@ -58,7 +58,7 @@ static void Load_AIPL()
 
		_ai_saveload_version = -1;
 
		SlObject(NULL, _ai_company);
 

	
 
		if (!_networking || _network_server) {
 
		if (_networking && !_network_server) {
 
			AIInstance::LoadEmpty();
 
			continue;
 
		}
0 comments (0 inline, 0 general)