Skip to content

Commit

Permalink
Resolve multiplay_gamerules.h
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Dec 25, 2024
1 parent 2e7c090 commit afc4095
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
9 changes: 9 additions & 0 deletions mp/src/game/shared/multiplay_gamerules.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,17 @@ class CMultiplayRules : public CGameRules
#ifndef CLIENT_DLL
virtual void FrameUpdatePostEntityThink();

#endif
#ifdef LUA_SDK
// GR_Think
virtual void Think( void );
#else
#ifndef CLIENT_DLL
// GR_Think
virtual void Think( void );
#endif
#endif
#ifndef CLIENT_DLL
virtual void RefreshSkillData( bool forceUpdate );
virtual bool IsAllowedToSpawn( CBaseEntity *pEntity );
virtual bool FAllowFlashlight( void );
Expand Down
19 changes: 0 additions & 19 deletions mp/src/game/shared/multiplay_gamerules.h.rej

This file was deleted.

0 comments on commit afc4095

Please sign in to comment.