(svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEBUG() output. It was triggered on exceptions, especially when aborting world generation.
This commit is contained in:
@@ -1216,7 +1216,7 @@ void StateGameLoop()
|
||||
|
||||
/* All these actions has to be done from OWNER_NONE
|
||||
* for multiplayer compatibility */
|
||||
Backup<CompanyByte> cur_company(_current_company, OWNER_NONE);
|
||||
Backup<CompanyByte> cur_company(_current_company, OWNER_NONE, FILE_LINE);
|
||||
|
||||
AnimateAnimatedTiles();
|
||||
IncreaseDate();
|
||||
|
Reference in New Issue
Block a user