- fixed two typos in property names.
This commit is contained in:
parent
cad2be46ac
commit
a83ea4ddd2
2 changed files with 2 additions and 2 deletions
|
|
@ -144,7 +144,7 @@ void DBaseDecal::Serialize(FSerializer &arc)
|
|||
("renderflags", RenderFlags)
|
||||
("renderstyle", RenderStyle)
|
||||
("side", Side)
|
||||
("sectpr", Sector);
|
||||
("sector", Sector);
|
||||
}
|
||||
|
||||
void DBaseDecal::GetXY (side_t *wall, double &ox, double &oy) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue