]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
In RPG, there should be no time limit by default.
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 3 Sep 2010 12:44:38 +0000 (15:44 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 3 Sep 2010 12:44:38 +0000 (15:44 +0300)
data/maps/voretown.mapinfo
data/qcsrc/common/mapinfo.qc

index 5a3b90185585df9d253ecec500dffddadc0572f6..081ebc292b003ab6e926ba84be8f14eb8f25e936 100644 (file)
@@ -3,4 +3,4 @@ description A medieval temple
 author MirceaKitsune\r
 //cdtrack stone_fortress\r
 has weapons\r
-type rpg 20
\ No newline at end of file
+type rpg 0
\ No newline at end of file
index 7f8c04ec74bb93ca2fd92b28c5c6b3109908628c..9c5c6bc822c8de057d4eebd7039902178d672366 100644 (file)
@@ -656,7 +656,7 @@ float MapInfo_Get_ByName(string pFilename, float pAllowGenerate, float pGametype
                if(MapInfo_Map_supportedGametypes & MAPINFO_TYPE_RACE)            fputs(fh, "type rc 20 5 7 15\n");\r
                if(MapInfo_Map_supportedGametypes & MAPINFO_TYPE_ONSLAUGHT)       fputs(fh, "type ons 20\n");\r
                if(MapInfo_Map_supportedGametypes & MAPINFO_TYPE_CTS)             fputs(fh, "type cts 20 -1\n");\r
-               if(MapInfo_Map_supportedGametypes & MAPINFO_TYPE_RPG)             fputs(fh, "type rpg -1\n");\r
+               if(MapInfo_Map_supportedGametypes & MAPINFO_TYPE_RPG)             fputs(fh, "type rpg 0\n");\r
 \r
                fh2 = fopen(strcat("scripts/", pFilename, ".arena"), FILE_READ);\r
                if(fh2 >= 0)\r