diff options
author | dominik <dominik@openttd.org> | 2004-08-12 21:42:20 +0000 |
---|---|---|
committer | dominik <dominik@openttd.org> | 2004-08-12 21:42:20 +0000 |
commit | 336ba2ba8ae007ab371c86dcea95e2dab18da3d8 (patch) | |
tree | 50d4340153676a75f5d8bb16af0452a401ae705d | |
parent | 386c8ccfbf45e3a387183de67375988390b9cb7d (diff) | |
download | openttd-336ba2ba8ae007ab371c86dcea95e2dab18da3d8.tar.xz |
(svn r31) Fix: pressing 6 in landscaping toolbar crashed the game
-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 a00fda571..e66fadb82 100644 --- a/terraform_gui.c +++ b/terraform_gui.c @@ -36,7 +36,7 @@ static const uint16 _terraform_keycodes[] = { '3', '4', '5', - '6', + 0, '7', }; |