From 693394f2f1c21575f659086694a7338f68926ba7 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 22 Jan 2014 05:10:13 +0000 Subject: [PATCH] build: Fix M_STATUS text image. The lump name in the config file was typoed as M_STATU, which was incorrect. --- buildcfg.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildcfg.txt b/buildcfg.txt index 819d6403..e1e7ac8d 100644 --- a/buildcfg.txt +++ b/buildcfg.txt @@ -859,7 +859,7 @@ M_MULTI 0 1 M_PLAYER 0 1 M_SERIAL 0 1 M_SOUND 0 1 -M_STATU 0 1 +M_STATUS 0 1 M_TCPIP 0 1 M_VIDEO 0 1 M_WAD 0 1