mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
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…
Reference in a new issue