Merge remote-tracking branch 'gzdoom/master' into qzdoom
This commit is contained in:
commit
1c4e0c6385
24 changed files with 954 additions and 798 deletions
|
|
@ -108,10 +108,10 @@ DEFINE_CLASS_PROPERTY(type, S, DynamicLight)
|
|||
// which is controlled by flags
|
||||
//
|
||||
//==========================================================================
|
||||
IMPLEMENT_CLASS (ADynamicLight, false, false)
|
||||
IMPLEMENT_CLASS (AVavoomLight, false, false)
|
||||
IMPLEMENT_CLASS (AVavoomLightWhite, false, false)
|
||||
IMPLEMENT_CLASS (AVavoomLightColor, false, false)
|
||||
IMPLEMENT_CLASS(ADynamicLight, false, false)
|
||||
IMPLEMENT_CLASS(AVavoomLight, false, false)
|
||||
IMPLEMENT_CLASS(AVavoomLightWhite, false, false)
|
||||
IMPLEMENT_CLASS(AVavoomLightColor, false, false)
|
||||
|
||||
void AVavoomLight::BeginPlay ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue