Merge branch 'zscript' of https://github.com/rheit/zdoom into gz-zscript
# Conflicts: # src/CMakeLists.txt # wadsrc/static/actors/doom/doomarmor.txt # wadsrc/static/decorate.txt
This commit is contained in:
commit
6e223ebc21
589 changed files with 51614 additions and 39056 deletions
|
|
@ -660,7 +660,7 @@ protected:
|
|||
short LastLight;
|
||||
};
|
||||
|
||||
IMPLEMENT_CLASS (DLightTransfer)
|
||||
IMPLEMENT_CLASS(DLightTransfer, false, false, false, false)
|
||||
|
||||
void DLightTransfer::Serialize(FSerializer &arc)
|
||||
{
|
||||
|
|
@ -750,7 +750,7 @@ protected:
|
|||
BYTE Flags;
|
||||
};
|
||||
|
||||
IMPLEMENT_CLASS (DWallLightTransfer)
|
||||
IMPLEMENT_CLASS(DWallLightTransfer, false, false, false, false)
|
||||
|
||||
void DWallLightTransfer::Serialize(FSerializer &arc)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue