question about MAPINFO_conversion
Posted: Sat Oct 31, 2009 7:23
I converted a passage from the original HEXEN MAPINFO
with MAPINFOCONV.EXE, which resulted in this:
Should next , 2 have resulted in next = 2 ?
Code: Select all
; --- Cluster 1 ---
map 1 "WINNOWING HALL"
warptrans 1
next 2
cluster 1
sky1 SKY2 0
sky2 SKY3 0
lightning
cdtrack 13
Code: Select all
; --- Cluster 1 ---
map 1 "WINNOWING HALL"
{
warptrans = 1
next , 2
cluster = 1
sky1 = SKY2, 0
sky2 = SKY3, 0
lightning
cdtrack = 13
}