mirror of
https://git.zap.org.au/git/trader.git
synced 2025-01-03 14:57:41 -05:00
Use PACKAGE_NAME where appropriate
This commit is contained in:
parent
9e4e4b6d11
commit
0af905e1d9
@ -282,7 +282,7 @@ playing that game. If GAME is not specified, start a new game.\n\n\
|
||||
printf("Report %s bugs to <%s>.\n", PACKAGE_PACKAGER, PACKAGE_PACKAGER_BUG_REPORTS);
|
||||
#endif
|
||||
#ifdef PACKAGE_URL
|
||||
printf("Star Traders home page: <%s>.\n", PACKAGE_URL);
|
||||
printf(PACKAGE_NAME " home page: <%s>.\n", PACKAGE_URL);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
* Global definitions *
|
||||
************************************************************************/
|
||||
|
||||
#define GAME_FILE_HEADER "Star Traders Saved Game"
|
||||
#define GAME_FILE_HEADER PACKAGE_NAME " Saved Game"
|
||||
#define GAME_FILE_API_VERSION "7.0" /* For game loads and saves */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user