Skip to content

Commit

Permalink
Make GTA HUD effect consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedSnark committed Nov 13, 2024
1 parent d111147 commit 3cd312b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions GSChaos/CFeatureGTA3HUD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,11 @@ double CFeatureGTA3HUD::GetDuration()
}

bool CFeatureGTA3HUD::UseCustomDuration()
{
return true;
}

bool CFeatureGTA3HUD::CanBeInfinite()
{
return true;
}
1 change: 1 addition & 0 deletions GSChaos/CFeatureGTA3HUD.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class CFeatureGTA3HUD : public CChaosFeature
void DrawNotify();
double GetDuration() override;
bool UseCustomDuration() override;
bool CanBeInfinite() override;
private:
bool m_bActivated;
bool m_bFlashHealth;
Expand Down

0 comments on commit 3cd312b

Please sign in to comment.