shithub: choc

Download patch

ref: bfd396ee4184265e11b27c9e87d45c28a713d90c
parent: 006e890f57abda5615a76ae5525a4614425b3227
author: Fabian Greffrath <fabian@greffrath.com>
date: Thu Feb 19 13:35:40 EST 2015

Apparently, the Hexen font only has upper-case chcracters

--- a/src/hexen/g_game.c
+++ b/src/hexen/g_game.c
@@ -1473,7 +1473,7 @@
 {
     if (gamemode == shareware && map > 4)
     {
-        P_SetMessage(&players[consoleplayer], "access denied -- demo", true);
+        P_SetMessage(&players[consoleplayer], "ACCESS DENIED -- DEMO", true);
         return;
     }