gdle/Source/TurbinePortal.cpp
2019-07-07 20:56:15 +00:00

20 lines
274 B
C++

#include <StdAfx.h>
#include "TurbinePortal.h"
TurbinePortal::TurbinePortal()
{
#if PRE_TOD_DATA_FILES
LoadFile("portal.dat");
#else
LoadFile("client_portal.dat");
#endif
DATDisk::pPortal = m_pDATDisk;
}
TurbinePortal::~TurbinePortal()
{
DATDisk::pPortal = NULL;
}