]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapinfo.qc
Monsters!
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapinfo.qc
index f7ced420579acb32837ea61f04511d39ddac86f5..606df668fafd96320a5aa6550137a6502b426ec0 100644 (file)
@@ -315,6 +315,8 @@ float _MapInfo_Generate(string pFilename) // 0: failure, 1: ok ent, 2: ok bsp
                                        MapInfo_Map_supportedGametypes |= MAPINFO_TYPE_CTF;
                                else if(v == "runematch_spawn_point")
                                        MapInfo_Map_supportedGametypes |= MAPINFO_TYPE_RUNEMATCH;
+                               else if(v == "td_generator")
+                                       MapInfo_Map_supportedGametypes |= MAPINFO_TYPE_TD;
                                else if(v == "target_assault_roundend")
                                        MapInfo_Map_supportedGametypes |= MAPINFO_TYPE_ASSAULT;
                                else if(v == "onslaught_generator")