Bug #2031
[Hexen] First hub exit leads to incorrect map
Start date:
2015-05-03
% Done:
100%
Description
In the latest unstable build, completing the first hub of HeXen takes the player to the third hub instead of the second.
Associated revisions
Fixed|Hexen First hub exit leads to incorrect map
It seems vanilla Hexen uses another slightly different logic with line
special 80 - logical map index #0 is interpreted as the "current" map.
(Now I know where the original oversight came from.)
IssueID #2031
History
#1 Updated by vermil over 9 years ago
Further experimenting suggests all hub exits may be taking the player to the wrong map; the second hub exit takes the player to Zedek's Tomb, a map in the middle of the fifth hub.
#2 Updated by danij over 9 years ago
- Category set to Regression
- Status changed from New to In Progress
- Assignee set to danij
- Target version set to 49
#3 Updated by danij over 9 years ago
- Subject changed from [HeXen] First hub exit leads to incorrect map to [Hexen] First hub exit leads to incorrect map
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
#4 Updated by skyjake over 9 years ago
- Target version deleted (
49)
Fixed|Hexen First hub exit leads to incorrect map
The map reference used as a line special argument was interpreted
as a warp number rather than a logical map index number. Seemingly
the result of a refactoring oversight.
IssueID #2031