Show package string on Hexen startup, to match other games.
Subversion-branch: /branches/v2-branch Subversion-revision: 2746
This commit is contained in:
parent
f17f194a1e
commit
49f5fb7ee0
1 changed files with 2 additions and 0 deletions
|
|
@ -244,6 +244,8 @@ void D_DoomMain(void)
|
|||
startmap = 1;
|
||||
gamemode = commercial;
|
||||
|
||||
I_PrintBanner(PACKAGE_STRING);
|
||||
|
||||
// Initialize subsystems
|
||||
|
||||
ST_Message("V_Init: allocate screens.\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue