Skip to content

Commit bdcc037

Browse files
authored
Update asw_door.h removed redundent door close function causing errors
1 parent 3735b1d commit bdcc037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/server/swarm/asw_door.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class CASW_Door : public CBasePropDoor
5959

6060
void GetNPCOpenData(CAI_BaseNPC *pNPC, opendata_t &opendata);
6161

62-
void DoorClose( void );
62+
6363
bool DoorCanClose( bool bAutoClose );
6464
void DoorOpen( CBaseEntity *pOpenAwayFrom );
6565

0 commit comments

Comments
 (0)