summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2013-11-06 05:01:36 +0000
committerSimon Howard2013-11-06 05:01:36 +0000
commit49f5fb7ee0a0762470801789d856f2c39ecabaa7 (patch)
tree7bb0b7748f6976659ea35fe73e848f7c798924f6 /src
parentf17f194a1eea7fbb57c0525a88af8862f4095a87 (diff)
downloadchocolate-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')
-rw-r--r--src/hexen/h2_main.c2
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");