Removed DYNLIGHT preprocessor definition
https://mantis.zdoom.org/view.php?id=318
This commit is contained in:
parent
322aee97d6
commit
eb40e8bcf0
3 changed files with 2 additions and 7 deletions
|
|
@ -2562,7 +2562,7 @@ void ZCCCompiler::CompileStates()
|
|||
state.Misc1 = IntConstFromNode(sl->Offset, c->Type());
|
||||
state.Misc2 = IntConstFromNode(static_cast<ZCC_Expression *>(sl->Offset->SiblingNext), c->Type());
|
||||
}
|
||||
#ifdef DYNLIGHT
|
||||
|
||||
if (sl->Lights != nullptr)
|
||||
{
|
||||
auto l = sl->Lights;
|
||||
|
|
@ -2572,7 +2572,6 @@ void ZCCCompiler::CompileStates()
|
|||
l = static_cast<decltype(l)>(l->SiblingNext);
|
||||
} while (l != sl->Lights);
|
||||
}
|
||||
#endif
|
||||
|
||||
if (sl->Action != nullptr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue