(svn r2244) - Fix: 'scrollto' is not debug only..sorry :)

pull/155/head
Darkvater 19 years ago
parent 22a375ba73
commit 07d5d86c1a

@ -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);

Loading…
Cancel
Save