summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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");