commit f1d79f495d4ad394c87d7fc11132c120736658fa
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Fri Sep 20 23:08:46 2013 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Fri Sep 20 23:08:46 2013 +0000
Set a title on the ENDOOM window.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2668
---
src/i_endoom.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/i_endoom.c b/src/i_endoom.c
index 09c2d2d2..f3fa1cb2 100644
--- a/src/i_endoom.c
+++ b/src/i_endoom.c
@@ -26,6 +26,7 @@
#include <stdio.h>
#include <string.h>
+#include "config.h"
#include "doomtype.h"
#include "i_video.h"
@@ -47,6 +48,7 @@ void I_Endoom(byte *endoom_data)
// Set up text mode screen
TXT_Init();
+ TXT_SetWindowTitle(PACKAGE_STRING);
// Write the data to the screen memory