1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-09-28 23:06:18 +00:00
re3/src/entities/CutsceneObject.cpp

13 lines
237 B
C++
Raw Normal View History

2019-05-15 14:52:37 +00:00
#include "common.h"
#include "CutsceneObject.h"
CCutsceneObject::CCutsceneObject(void)
{
m_status = STATUS_SIMPLE;
bUsesCollision = false;
m_flagC20 = true;
ObjectCreatedBy = CUTSCENE_OBJECT;
m_fMass = 1.0f;
m_fTurnMass = 1.0f;
}