foxygit / doom Log in
commit 49f5fb7ee0a0762470801789d856f2c39ecabaa7
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Wed Nov 6 05:01:36 2013 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Wed Nov 6 05:01:36 2013 +0000

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

    Subversion-branch: /branches/v2-branch
    Subversion-revision: 2746
---
 src/hexen/h2_main.c | 2 ++
 1 file changed, 2 insertions(+)

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