diff options
author | dominik <dominik@openttd.org> | 2004-12-12 18:51:24 +0000 |
---|---|---|
committer | dominik <dominik@openttd.org> | 2004-12-12 18:51:24 +0000 |
commit | 3c3ba97d11581cd67cd701fb8f755109401ff995 (patch) | |
tree | 229fce142c504f520ef7a25012c8771c7d19ce10 | |
parent | 99f0cda875f429b3ad9c4d4cef9786ba0b535ecf (diff) | |
download | openttd-3c3ba97d11581cd67cd701fb8f755109401ff995.tar.xz |
(svn r1037) Rearranged landscaping hotkeys a bit more.
See this URL for the list of hotkeys: http://wiki.openttd.org/index.php/Hotkeys
-rw-r--r-- | terraform_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/terraform_gui.c b/terraform_gui.c index 30a5aceb6..1f6099501 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) |