fixed another assert problem when game is cleaning up
This commit is contained in:
parent
4f6095ae0b
commit
0802cd1cff
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ void CUnit::Release(bool final)
|
|||
}
|
||||
}
|
||||
|
||||
Assert(!Refs);
|
||||
Assert(!GameCycle || !Refs); // it's fine to have remaining refs if we're no longer in the game
|
||||
|
||||
//
|
||||
// No more references remaining, but the network could have an order
|
||||
|
|
Loading…
Add table
Reference in a new issue