1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 21:49:10 +00:00

(svn r15245) -Fix: don't "save" the NewGRF settings on closing the NewGRF window when the content of the window isn't editable

This commit is contained in:
rubidium
2009-01-23 23:37:49 +00:00
parent d05ab5a531
commit aff27ca884

@@ -342,7 +342,7 @@ struct NewGRFWindow : public Window {
~NewGRFWindow()
{
if (!this->execute) {
if (this->editable && !this->execute) {
CopyGRFConfigList(this->orig_list, this->list, true);
ResetGRFConfig(false);
ReloadNewGRFData();