Skip to content

Commit 3735b1d

Browse files
authored
Update asw_door.cpp properly properlly loclaizing autoclose
1 parent dd0d2c6 commit 3735b1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/server/swarm/asw_door.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ void CASW_Door::DoorAutoCloseThink()
479479
{
480480
// In flWait seconds, DoorClose will fire, unless wait is -1, then door stays open
481481
SetMoveDoneTime(m_flAutoReturnDelay + 0.1);
482-
SetMoveDone(&CBasePropDoor::DoorAutoCloseThink);
482+
SetMoveDone(&CASW_Door::DoorAutoCloseThink);
483483
}
484484

485485
return;

0 commit comments

Comments
 (0)