(svn r20269) -Codechange: Use IsLocalCompany() everywhere, document the function and two company globals.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user