mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-22 23:26:34 +00:00
(svn r2244) - Fix: 'scrollto' is not debug only..sorry :)
This commit is contained in:
parent
d102d0c26d
commit
2cc10f829f
@ -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…
Reference in New Issue
Block a user