diff options
author | pasky <pasky@openttd.org> | 2005-03-06 13:55:40 +0000 |
---|---|---|
committer | pasky <pasky@openttd.org> | 2005-03-06 13:55:40 +0000 |
commit | 0ae7df4a95813e257b8ddaa7f2b6e884d10939be (patch) | |
tree | 770ed72c323b198ef355154a5a941db09a444919 | |
parent | 3e142a6297778edcd32cc0820115e9530bca1327 (diff) | |
download | openttd-0ae7df4a95813e257b8ddaa7f2b6e884d10939be.tar.xz |
(svn r1940) TODO about usrerror().
-rw-r--r-- | ttd.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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]; |