summaryrefslogtreecommitdiff
path: root/console_cmds.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-05-02 16:00:49 +0000
committerDarkvater <darkvater@openttd.org>2005-05-02 16:00:49 +0000
commit2cc10f829fda4021a97b134f8f67a00e53323377 (patch)
tree77fce76fc07c0697ec128fe32b99f42e0e8864aa /console_cmds.c
parentd102d0c26dfad035938426ddef5c3194844999d6 (diff)
downloadopenttd-2cc10f829fda4021a97b134f8f67a00e53323377.tar.xz
(svn r2244) - Fix: 'scrollto' is not debug only..sorry :)
Diffstat (limited to 'console_cmds.c')
-rw-r--r--console_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console_cmds.c b/console_cmds.c
index d0c316777..69518d37c 100644
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -117,6 +117,7 @@ DEF_CONSOLE_CMD(ConResetTile)
return false;
}
+#endif /* _DEBUG */
DEF_CONSOLE_CMD(ConScrollToTile)
{
@@ -136,7 +137,6 @@ DEF_CONSOLE_CMD(ConScrollToTile)
return false;
}
-#endif /* _DEBUG */
extern bool SafeSaveOrLoad(const char *filename, int mode, int newgm);
extern void BuildFileList(void);