1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-27 22:24:28 +01:00

(svn r27889) -Change: Do not cancel headquarter construction and engine-preview-query when shift-clicking (adf88)

This commit is contained in:
frosch
2017-07-11 19:37:10 +00:00
parent 64c5f00429
commit a682962719
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ struct EnginePreviewWindow : Window {
DoCommandP(0, this->window_number, 0, CMD_WANT_ENGINE_PREVIEW);
/* FALL THROUGH */
case WID_EP_NO:
delete this;
if (!_shift_pressed) delete this;
break;
}
}