mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 05:11:08 +00:00
Fix Linedef type 466
This commit is contained in:
parent
47bcad4ab1
commit
464072d7af
1 changed files with 1 additions and 1 deletions
|
@ -3684,7 +3684,7 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
|
|||
|
||||
case 466: // Set level failure state
|
||||
{
|
||||
if (line->args[1])
|
||||
if (line->args[0])
|
||||
{
|
||||
stagefailed = false;
|
||||
CONS_Debug(DBG_GAMELOGIC, "Stage can be completed successfully!\n");
|
||||
|
|
Loading…
Reference in a new issue