Merge remote-tracking branch 'upstream/master' into nexties2

This commit is contained in:
Archie
2021-01-08 15:20:47 -03:00
144 changed files with 12725 additions and 12693 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ GLOBAL_LIST_INIT(potentialRandomZlevels, generateMapList(filename = "[global.con
t = trim(t)
if (length(t) == 0)
continue
else if (copytext(t, 1, 2) == "#")
else if (t[1] == "#")
continue
var/pos = findtext(t, " ")