fixed compile errors.

This commit is contained in:
Christoph Oelckers 2024-01-07 12:28:21 +01:00
commit ea65768e0b
2 changed files with 2 additions and 3 deletions

View file

@ -1169,7 +1169,6 @@ bool MapLoader::LoadNodes (MapData * map)
int k;
nodetype *mn;
node_t* no;
uint16_t* used;
int lumplen = map->Size(ML_NODES);
int maxss = map->Size(ML_SSECTORS) / sizeof(subsectortype);