summaryrefslogtreecommitdiff
path: root/src/command.cpp
diff options
context:
space:
mode:
authorzuu <zuu@openttd.org>2014-02-06 19:03:04 +0000
committerzuu <zuu@openttd.org>2014-02-06 19:03:04 +0000
commit425197a19c264f3a0d78c3b9c3e1144a2a7554e8 (patch)
tree8a2a382932ec452666313d62e4c0913a2f36818f /src/command.cpp
parent0c6f22b5c1633a5c502fdf8cb4facb1d4b3d4604 (diff)
downloadopenttd-425197a19c264f3a0d78c3b9c3e1144a2a7554e8.tar.xz
(svn r26299) -Fix: [nogo] CmdRemoveStoryPage does not use the string parameter
Diffstat (limited to 'src/command.cpp')
-rw-r--r--src/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.cpp b/src/command.cpp
index 543db30a1..6058c9735 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -313,7 +313,7 @@ static const Command _command_proc_table[] = {
DEF_CMD(CmdUpdateStoryPageElement, CMD_STR_CTRL | CMD_DEITY, CMDT_OTHER_MANAGEMENT ), // CMD_UPDATE_STORY_PAGE_ELEMENT
DEF_CMD(CmdSetStoryPageTitle, CMD_STR_CTRL | CMD_DEITY, CMDT_OTHER_MANAGEMENT ), // CMD_SET_STORY_PAGE_TITLE
DEF_CMD(CmdShowStoryPage, CMD_DEITY, CMDT_OTHER_MANAGEMENT ), // CMD_SHOW_STORY_PAGE
- DEF_CMD(CmdRemoveStoryPage, CMD_STR_CTRL | CMD_DEITY, CMDT_OTHER_MANAGEMENT ), // CMD_REMOVE_STORY_PAGE
+ DEF_CMD(CmdRemoveStoryPage, CMD_DEITY, CMDT_OTHER_MANAGEMENT ), // CMD_REMOVE_STORY_PAGE
DEF_CMD(CmdLevelLand, CMD_ALL_TILES | CMD_NO_TEST | CMD_AUTO, CMDT_LANDSCAPE_CONSTRUCTION), // CMD_LEVEL_LAND; test run might clear tiles multiple times, in execution that only happens once