Warranty message in console on startup.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1159 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-08-31 14:51:25 +00:00
parent db01c3c841
commit 96abf389ab
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.3:
- Added warranty message in the console on startup, SvdB
- Left and Right directions disabled in fuel screen (bug #452), from
Paxtez
- Syreen don't rejoice until victory truly is theirs (bug #451), from
+3 -1
View File
@@ -116,7 +116,9 @@ main (int argc, char *argv[])
{0, 0, 0, 0}
};
fprintf (stderr, "The Ur-Quan Masters v%d.%d%s (compiled %s %s)\n",
fprintf (stderr, "The Ur-Quan Masters v%d.%d%s (compiled %s %s)\n"
"This software comes with ABSOLUTELY NO WARRANTY;\n"
"for details see the included 'COPYING' file.\n\n",
UQM_MAJOR_VERSION, UQM_MINOR_VERSION, UQM_EXTRA_VERSION,
__DATE__, __TIME__);