mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 20:21:26 +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
|
struct FLinkedSector
|
||||||
{
|
{
|
||||||
sector_t *Sector;
|
sector_t *Sector = nullptr;
|
||||||
int Type;
|
int Type = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue