summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
authorpasky <pasky@openttd.org>2005-03-06 13:55:40 +0000
committerpasky <pasky@openttd.org>2005-03-06 13:55:40 +0000
commita8a0e4555451647ba62858548d6bc1bc99662231 (patch)
tree770ed72c323b198ef355154a5a941db09a444919 /ttd.c
parent29521b0a59c89c769b3091f4e1da1167529ad538 (diff)
downloadopenttd-a8a0e4555451647ba62858548d6bc1bc99662231.tar.xz
(svn r1940) TODO about usrerror().
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ttd.c b/ttd.c
index 42a2e09f6..e92c4705e 100644
--- a/ttd.c
+++ b/ttd.c
@@ -60,6 +60,10 @@ bool _dbg_screen_rect;
bool disable_computer; // We should get ride of this thing.. is only used for a debug-cheat
static byte _os_version = 0;
+/* TODO: usrerror() for errors which are not of an internal nature but
+ * caused by the user, i.e. missing files or fatal configuration errors.
+ * Post-0.4.0 since Celestar doesn't want this in SVN before. --pasky */
+
void CDECL error(const char *s, ...) {
va_list va;
char buf[512];