Skip to content

Commit dfbed1e

Browse files
authored
Update BasePropDoor.h virtual to autoclose
added virtual to void DoorAutoCloseThink();
1 parent aa8294c commit dfbed1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/game/server/BasePropDoor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
1+
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
22
//
33
// Purpose: A base class for model-based doors. The exact movement required to
44
// open or close the door is not dictated by this class, only that
@@ -154,7 +154,7 @@ abstract_class CBasePropDoor : public CDynamicProp
154154

155155
void DoorOpenMoveDone();
156156
void DoorCloseMoveDone();
157-
void DoorAutoCloseThink();
157+
virtual void DoorAutoCloseThink();
158158

159159
void Lock();
160160
void Unlock();

0 commit comments

Comments
 (0)