diff options
author | Simon Howard | 2013-11-06 05:01:36 +0000 |
---|---|---|
committer | Simon Howard | 2013-11-06 05:01:36 +0000 |
commit | 49f5fb7ee0a0762470801789d856f2c39ecabaa7 (patch) | |
tree | 7bb0b7748f6976659ea35fe73e848f7c798924f6 /src/hexen | |
parent | f17f194a1eea7fbb57c0525a88af8862f4095a87 (diff) | |
download | chocolate-doom-49f5fb7ee0a0762470801789d856f2c39ecabaa7.tar.gz chocolate-doom-49f5fb7ee0a0762470801789d856f2c39ecabaa7.tar.bz2 chocolate-doom-49f5fb7ee0a0762470801789d856f2c39ecabaa7.zip |
Show package string on Hexen startup, to match other games.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2746
Diffstat (limited to 'src/hexen')
-rw-r--r-- | src/hexen/h2_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c index 0ac6c0d4..07244417 100644 --- a/src/hexen/h2_main.c +++ b/src/hexen/h2_main.c @@ -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"); |