Skip to content

Commit

Permalink
Update turret.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-Chara committed Feb 17, 2024
1 parent bc3a159 commit 94cb1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/server/entities/turret.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CTurret::CTurret(CGameWorld *pGameWorld, vec2 Pos, int Owner, int Type, vec2 Pos
GameWorld()->InsertEntity(this);
}

void CTurret::~CTurret()
CTurret::~CTurret()
{
Reset();
}
Expand Down

0 comments on commit 94cb1fb

Please sign in to comment.