From 3c3ba97d11581cd67cd701fb8f755109401ff995 Mon Sep 17 00:00:00 2001 From: dominik Date: Sun, 12 Dec 2004 18:51:24 +0000 Subject: [PATCH] (svn r1037) Rearranged landscaping hotkeys a bit more. See this URL for the list of hotkeys: http://wiki.openttd.org/index.php/Hotkeys --- terraform_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform_gui.c b/terraform_gui.c index 30a5aceb6a..1f6099501f 100644 --- a/terraform_gui.c +++ b/terraform_gui.c @@ -35,9 +35,9 @@ static const uint16 _terraform_keycodes[] = { 'Q', 'W', 'E', - 'Z', 'U', 'I', + 'O', }; void PlaceProc_DemolishArea(uint tile)