Skip to content

Commit

Permalink
Fix env_spark transitioning to other maps when it shouldn't
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVanheer committed Jun 8, 2022
1 parent 51a1fc2 commit 70f3b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/buttons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ void CMomentaryRotButton::UpdateSelfReturn(float value)
// Spark
//----------------------------------------------------------------

class CEnvSpark : public CBaseEntity
class CEnvSpark : public CPointEntity
{
public:
void Spawn() override;
Expand Down

0 comments on commit 70f3b23

Please sign in to comment.