summaryrefslogtreecommitdiff
path: root/src/autoreplace_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-03-13 21:34:21 +0000
committerfrosch <frosch@openttd.org>2011-03-13 21:34:21 +0000
commit652c9cb6635cc5f72a32077fdcd4e0f4bcc859e0 (patch)
tree3b78a1acc0ee0efe1e64ada470e815b44dc63442 /src/autoreplace_gui.cpp
parent5689b3dbda6b3e4adee2c20e32d06a9e5a158c07 (diff)
downloadopenttd-652c9cb6635cc5f72a32077fdcd4e0f4bcc859e0.tar.xz
(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.
Diffstat (limited to 'src/autoreplace_gui.cpp')
-rw-r--r--src/autoreplace_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autoreplace_gui.cpp b/src/autoreplace_gui.cpp
index 000df7963..86a84fec7 100644
--- a/src/autoreplace_gui.cpp
+++ b/src/autoreplace_gui.cpp
@@ -498,8 +498,8 @@ public:
*/
virtual void OnInvalidateData(int data = 0, bool gui_scope = true)
{
- if (!gui_scope) return;
if (data != 0) {
+ /* This needs to be done in command-scope to enforce rebuilding before resorting invalid data */
this->engines[0].ForceRebuild();
} else {
this->engines[1].ForceRebuild();