(svn r14902) -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker)

This commit is contained in:
frosch
2009-01-07 17:40:17 +00:00
parent 84dee1e738
commit cf1e926e37
10 changed files with 17 additions and 13 deletions

View File

@@ -375,7 +375,7 @@ public:
}
/* If an industry has been built, just reset the cursor and the system */
if (success) ResetObjectToPlace();
if (success && !_settings_client.gui.persistent_buildingtools) ResetObjectToPlace();
}
virtual void OnTick()