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:
@@ -1,4 +1,5 @@
|
|||||||
Changes towards version 0.3:
|
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
|
- Left and Right directions disabled in fuel screen (bug #452), from
|
||||||
Paxtez
|
Paxtez
|
||||||
- Syreen don't rejoice until victory truly is theirs (bug #451), from
|
- Syreen don't rejoice until victory truly is theirs (bug #451), from
|
||||||
|
|||||||
+3
-1
@@ -116,7 +116,9 @@ main (int argc, char *argv[])
|
|||||||
{0, 0, 0, 0}
|
{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,
|
UQM_MAJOR_VERSION, UQM_MINOR_VERSION, UQM_EXTRA_VERSION,
|
||||||
__DATE__, __TIME__);
|
__DATE__, __TIME__);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user