Show package string on Hexen startup, to match other games.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2746
This commit is contained in:
Simon Howard 2013-11-06 05:01:36 +00:00
parent f17f194a1e
commit 49f5fb7ee0

View file

@ -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");