mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r7023) -Fix: Pressing F1 in scenario editor did not work because the keypress event was sent
twice. due to e->we.keypress.cont not being set to false. Also indent the switch statements for some coding style bonus points.
This commit is contained in:
parent
eadf788cc5
commit
6c76a89c20
@ -2048,7 +2048,9 @@ static void ScenEditToolbarWndProc(Window *w, WindowEvent *e)
|
||||
case WKC_CTRL | 'S': MenuClickSmallScreenshot(); break;
|
||||
case WKC_CTRL | 'G': MenuClickWorldScreenshot(); break;
|
||||
case 'L': ShowEditorTerraformToolBar(); break;
|
||||
default: return;
|
||||
}
|
||||
e->we.keypress.cont = false;
|
||||
break;
|
||||
|
||||
case WE_PLACE_OBJ: {
|
||||
|
Loading…
Reference in New Issue
Block a user