Initial Mapbase commit (squashed from mapbase-beta)

This commit is contained in:
Blixibon
2019-08-31 19:28:20 +00:00
parent 0d8dceea43
commit 3d464bc051
816 changed files with 105527 additions and 957 deletions

View File

@@ -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: