mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
Initial Mapbase commit (squashed from mapbase-beta)
This commit is contained in:
@@ -26,6 +26,9 @@ public:
|
||||
DECLARE_DATADESC();
|
||||
|
||||
CPointSpotlight();
|
||||
#ifdef MAPBASE
|
||||
~CPointSpotlight();
|
||||
#endif
|
||||
|
||||
void Precache(void);
|
||||
void Spawn(void);
|
||||
@@ -120,6 +123,16 @@ CPointSpotlight::CPointSpotlight()
|
||||
m_nMinDXLevel = 0;
|
||||
}
|
||||
|
||||
#ifdef MAPBASE
|
||||
//-----------------------------------------------------------------------------
|
||||
// Purpose:
|
||||
//-----------------------------------------------------------------------------
|
||||
CPointSpotlight::~CPointSpotlight()
|
||||
{
|
||||
SpotlightDestroy();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Purpose:
|
||||
|
||||
Reference in New Issue
Block a user