From 652c9cb6635cc5f72a32077fdcd4e0f4bcc859e0 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 13 Mar 2011 21:34:21 +0000 Subject: (svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope. --- src/vehicle_gui.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/vehicle_gui.cpp') diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index 2974c351f..324a4d979 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -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(); -- cgit v1.2.3-54-g00ecf