[ZDoom 2.8.1] 202 Door_Generic activates only once

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.
Post Reply
User avatar
Ru5tK1ng
Posts: 12
Joined: Sat Feb 02, 2013 7:36 pm

[ZDoom 2.8.1] 202 Door_Generic activates only once

Post by Ru5tK1ng »

When the 'monster bumps' flag is used with Door_Generic, it can only be opened once despite being set as a repeatable action. This was found a long time ago on Zandro, but it affects the latest ZDoom.
The big door has the following flags: repeatable action, player press use, when monster bumps.

Small door has the following flags: repeatable action, player press use. Note how the large door only operates once despite the repeatable flag.
Test wad: https://zandronum.com/tracker/file_down ... 8&type=bug
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49230
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [ZDoom 2.8.1] 202 Door_Generic activates only once

Post by Graf Zahl »

Code: Select all

					else if (!(line->activation & (SPAC_Push|SPAC_MPush)))
						// [RH] activate push doors don't go back down when you
						//		run into them (otherwise opening them would be
						//		a real pain).
Unfortunately it is not possible at that point to determine the actual trigger so it has to abort.
Post Reply

Return to “Closed Bugs [GZDoom]”