Skip to content

Commit

Permalink
Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
FileEX committed Sep 20, 2024
1 parent dba4364 commit 738c13d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/game_sa/CModelInfoSA.h
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ class CModelInfoSA : public CModelInfo
static void StaticResetLodDistances();
void RestreamIPL();
static void StaticFlushPendingRestreamIPL();
static void StaticSetHooks();
static void StaticSetHooks();
bool GetTime(char& cHourOn, char& cHourOff);
bool SetTime(char cHourOn, char cHourOff);
static void StaticResetModelTimes();
Expand Down Expand Up @@ -478,7 +478,7 @@ class CModelInfoSA : public CModelInfo
C2DEffectSAInterface* Get2DFXFromIndex(std::uint32_t index);
std::uint32_t Get2DFXCount() const { return m_pInterface ? m_pInterface->ucNumOf2DEffects : 0; }

void StoreDefault2DFXEffect(C2DEffectSAInterface* effect);
void StoreDefault2DFXEffect(C2DEffectSAInterface* effect);
bool Reset2DFXEffects(bool removeCustomEffects = false);
static void StaticReset2DFXEffects();

Expand Down

0 comments on commit 738c13d

Please sign in to comment.