1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-02 11:29:10 +00:00

(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 5689b3dbda
commit 652c9cb663
10 changed files with 10 additions and 30 deletions

View File

@@ -1272,8 +1272,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->companies.ForceRebuild();
} else {
this->companies.ForceResort();