[Not a bug] Rereported Bug (Sort Of)

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
User avatar
Nanami
Posts: 1066
Joined: Tue Jul 15, 2003 5:13 pm
Location: That little island pritch created.

Rereported Bug (Sort Of)

Post by Nanami »

I made a thread explaining that if you label a level as level 3 in a MAPINFO lump, and then tell a script to exit to level 3, it would take you to MAP03, and that was fixed. Here's an example:

Code: Select all

map C1T3 "Fort Havoc"
levelnum 3
next LOUNGE
cluster 1
sky1 FORTSKY 0
music D_FRTHVC
However, if "levelnum" is changed to "warptrans" for hubs, it will still go to MAP03 (instead of C1T3, or whatever the third level is defined as). Was this merely overlooked or intentional?
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm

Post by randi »

Warptrans is only used to determine the start map in Hexen. It is not equivalent to levelnum.

Return to “Closed Bugs [GZDoom]”