diff options
author | rubidium <rubidium@openttd.org> | 2009-11-15 20:16:51 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-11-15 20:16:51 +0000 |
commit | 95af4f40f34534f4ff557c9ab9e54ce9ab835abc (patch) | |
tree | 0d7ed82005830d2ee5989e94f143279c93ee56ad | |
parent | 4c9b87d8501a72e8ecce59ef9a276f092a6ff2b8 (diff) | |
download | openttd-95af4f40f34534f4ff557c9ab9e54ce9ab835abc.tar.xz |
(svn r18108) -Fix (r17986): crash when clicking just 'outside' of the date panel
-rw-r--r-- | src/toolbar_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp index f19341416..25ff61d82 100644 --- a/src/toolbar_gui.cpp +++ b/src/toolbar_gui.cpp @@ -1385,7 +1385,7 @@ static ToolbarButtonProc * const _scen_toolbar_button_procs[] = { ToolbarScenBuildDocks, ToolbarScenPlantTrees, ToolbarScenPlaceSign, - NULL, + ToolbarBtn_NULL, NULL, NULL, NULL, |