(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.

This commit is contained in:
frosch
2011-03-13 21:34:21 +00:00
parent 307eeb3c46
commit db3a8d1abf
10 changed files with 10 additions and 30 deletions

View File

@@ -1616,12 +1616,9 @@ public:
this->vehicles.ForceRebuild();
return;
}
if (!gui_scope) return;
/* We can only set the trigger for resorting/rebuilding.
* We cannot safely resort at this point, as there might be multiple scheduled invalidations,
* and a rebuild needs to be done first though it is scheduled later. */
if (data == 0) {
/* This needs to be done in command-scope to enforce rebuilding before resorting invalid data */
this->vehicles.ForceRebuild();
} else {
this->vehicles.ForceResort();