summaryrefslogtreecommitdiff
path: root/src/strife/p_enemy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_enemy.c')
-rw-r--r--src/strife/p_enemy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strife/p_enemy.c b/src/strife/p_enemy.c
index 6e128679..8aad08fc 100644
--- a/src/strife/p_enemy.c
+++ b/src/strife/p_enemy.c
@@ -3174,8 +3174,8 @@ void A_TeleportBeacon(mobj_t* actor)
return;
}
- // beacon no longer solid
- actor->flags &= ~MF_SOLID;
+ // beacon no longer special
+ actor->flags &= ~MF_SPECIAL;
// set color and flags
mobj->flags |= ((actor->miscdata << MF_TRANSSHIFT) | MF_NODIALOG);