Merge branch 'master' of https://github.com/coelckers/gzdoom
This commit is contained in:
commit
6dc218062f
1 changed files with 2 additions and 2 deletions
|
|
@ -520,8 +520,8 @@ struct FDynamicColormap;
|
|||
|
||||
struct FLinkedSector
|
||||
{
|
||||
sector_t *Sector;
|
||||
int Type;
|
||||
sector_t *Sector = nullptr;
|
||||
int Type = 0;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue