Fix errors in iw3 commands and structs

This commit is contained in:
Jan
2021-04-15 10:37:39 +02:00
parent ecef868903
commit 4e05bc6b44
4 changed files with 29 additions and 18 deletions

View File

@ -29,8 +29,15 @@ use PhysGeomList;
set reusable geoms;
set count geoms count;
// PhysGeomInfo
use PhysGeomInfo;
// BrushWrapper
use BrushWrapper;
set count sides numsides;
set count baseAdjacentSide totalEdgeCount;
set reusable planes;
set count planes numsides;
// cbrushside_t
set reusable cbrushside_t::plane;
// XSurface
use XSurface;