diff --git a/src/p_sectors.cpp b/src/p_sectors.cpp index 5788588a6..5c14d56a0 100644 --- a/src/p_sectors.cpp +++ b/src/p_sectors.cpp @@ -1455,7 +1455,7 @@ DEFINE_ACTION_FUNCTION(_Sector, NextLowestFloorAt) bool sector_t::TriggerSectorActions(AActor *thing, int activation) { - auto act = SecActTarget; + AActor *act = SecActTarget; bool res = false; while (act != nullptr)