From 2cc10f829fda4021a97b134f8f67a00e53323377 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Mon, 2 May 2005 16:00:49 +0000 Subject: [PATCH] (svn r2244) - Fix: 'scrollto' is not debug only..sorry :) --- console_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console_cmds.c b/console_cmds.c index d0c316777c..69518d37cf 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);