From 64d865fff865632327b0ee7acc825dfe9a41cc20 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 27 Aug 2011 17:38:31 +0200 Subject: [PATCH] fix a typo to better show map names in the menu --- qcsrc/common/mapinfo.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/mapinfo.qc b/qcsrc/common/mapinfo.qc index 7afa131da..57ccc20b4 100644 --- a/qcsrc/common/mapinfo.qc +++ b/qcsrc/common/mapinfo.qc @@ -1083,7 +1083,7 @@ float MapInfo_Get_ByName(string pFilename, float pAllowGenerate, float pGametype } } - if(MapInfo_Map_titlestring == "") + if(MapInfo_Map_title == "<TITLE>") MapInfo_Map_titlestring = MapInfo_Map_bspname; else if(MapInfo_isRedundant(MapInfo_Map_bspname, MapInfo_Map_title)) MapInfo_Map_titlestring = MapInfo_Map_title; -- 2.39.2