| 83 | static FMemArena mapDataArena; |
| 84 | |
| 85 | void walltype::allocX() |
| 86 | { |
| 87 | using XWALL = BLD_NS::XWALL; |
| 88 | _xw = (XWALL*)mapDataArena.Alloc(sizeof(XWALL)); |
| 89 | memset(_xw, 0, sizeof(XWALL)); |
| 90 | } |
| 91 | |
| 92 | void sectortype::allocX() |
| 93 | { |
no test coverage detected