[not a bug] Broken Floor Effect

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
User avatar
J-Dub
Posts: 69
Joined: Sat Apr 22, 2006 19:00
Location: Illinois
Contact:

[not a bug] Broken Floor Effect

Post by J-Dub »

In Map07 of my ACS Demos project, there is a "falling floor" effect that worked in older gzdooms but is now broken.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

This is the result of a bug fix. You are having a setup that doesn't work properly. Your moving sector has the same floor and ceiling height so any ceiling move down will immediately be blocked by the floor which is at the same height.

It only worked in older versions because the check for a blocked move was incorrect. If you want to move any sector make sure that it is at least one map unit thick. If you want a 3D-floor without any thickness use the flag, not a control sector without height, especially if you want to move it.
Locked

Return to “Closed Bugs”