- don't use local TObjPtr variables.

This commit is contained in:
Christoph Oelckers 2017-01-13 15:44:16 +01:00
parent 6eb9015303
commit 8e7e1ed757
1 changed files with 1 additions and 1 deletions

View File

@ -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)