summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index b91466403..d38e2b242 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -287,7 +287,7 @@
#endif /* WINCE */
const char *FS2OTTD(const TCHAR *name);
- const TCHAR *OTTD2FS(const char *name);
+ const TCHAR *OTTD2FS(const char *name, bool console_cp = false);
#define SQ2OTTD(name) FS2OTTD(name)
#define OTTD2SQ(name) OTTD2FS(name)
#else