(svn r1940) TODO about usrerror().
authorpasky
Sun, 06 Mar 2005 13:55:40 +0000
changeset 1436 8a9892695dcb
parent 1435 89d0c6a56a9b
child 1437 7d9dfccffa50
(svn r1940) TODO about usrerror().
ttd.c
--- a/ttd.c	Sun Mar 06 12:56:02 2005 +0000
+++ b/ttd.c	Sun Mar 06 13:55:40 2005 +0000
@@ -60,6 +60,10 @@
 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];