mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-25 04:00:56 +00:00
Fix oversight in T_MoveFloor
This commit is contained in:
parent
2e120953ec
commit
5df1dd324d
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ void T_MoveFloor(floormove_t *movefloor)
|
|||
remove = true;
|
||||
break;
|
||||
default:
|
||||
remove = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue