Project

General

Profile

Bug #349

Heretic E1M8: Killing boss(es) raises lava (or does nothing)

Added by zachkeene over 17 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
2006-09-01
% Done:

100%


Description

Dunno if this is another 666 bug, or something left
over from the previous Heretic map bugs...

Eliminating the ironliches in E1M8, instead of lowering
the wall blocking the final chamber, raises the lava
floor almost up to the height of the regenerating pod
chamber earlier in the level. (Thus making giant pits
out of the Ironlich ledge and the two teleporters.)

Tested on SVN 3799.

Labels: jHeretic Gameplay

History

#1 Updated by zachkeene over 17 years ago

Logged In: YES
user_id=1103163

Or, on occasion, nothing seems to happen at all.

#2 Updated by zachkeene over 17 years ago

Logged In: YES
user_id=1103163

SImple fix: at line 371 in jHeretic's p_spec.c, change:

xline = &xlines[P_ToIndex(line)];

to

xline = P_XLine(line);

Not surprisingly, this also fixes the similar issues with
E3M8 going wacky after defeating D'Sparil mentioned on the
forum.

#3 Updated by danij over 17 years ago

Logged In: YES
user_id=849456

Well spotted.

Fixed in SVN for 1.9.0-beta5.

Also available in: Atom PDF