(svn r20269) -Codechange: Use IsLocalCompany() everywhere, document the function and two company globals.

This commit is contained in:
alberth
2010-07-31 21:43:07 +00:00
parent b65a9eb856
commit 7aabb887d4
5 changed files with 13 additions and 9 deletions

View File

@@ -1269,7 +1269,7 @@ void StateGameLoop()
cur_company.Restore();
}
assert(_current_company == _local_company);
assert(IsLocalCompany());
}
/** Create an autosave. The default name is "autosave#.sav". However with