OpenBarnyard
 
Loading...
Searching...
No Matches
ACollisionDoneJob.cpp
Go to the documentation of this file.
1#include "pch.h"
2#include "ACollisionDoneJob.h"
3
4//-----------------------------------------------------------------------------
5// Enables memory debugging.
6// Note: Should be the last include!
7//-----------------------------------------------------------------------------
9
13
15{
16 TIMPLEMENT();
17
18 m_pVISGroup->m_eFlags &= ~ATerrainSection::FLAGS_COLLISION_LOADING;
19 return TTRUE;
20}
21
27
29{
30 m_pVISGroup = a_pVISGroup;
31 m_bFlag = a_bFlag;
32}
#define TIMPLEMENT()
Definition Defines.h:136
#define TFALSE
Definition Typedefs.h:24
#define TTRUE
Definition Typedefs.h:25
bool TBOOL
Definition Typedefs.h:6
void InitJob(ATerrainSection *a_pVISGroup, TBOOL a_bFlag)
virtual TBOOL CancelJob() override
virtual TBOOL RunJob() override
virtual void BeginJob() override