mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
wait, no nodes is actually possible (single subsector)
This commit is contained in:
parent
a43ced2c98
commit
915db28d5e
@ -147,10 +147,6 @@ mapformat_t P_CheckMapFormat(int lumpnum)
|
||||
if ((b = lumpnum + ML_NODES) < numlumps &&
|
||||
(nodes = W_CacheLumpNum(b, PU_STATIC)))
|
||||
{
|
||||
if (W_LumpLength(b) < sizeof(mapnode_t))
|
||||
{
|
||||
format = MFMT_UNSUPPORTED;
|
||||
}
|
||||
if (W_LumpLength(b) > 8)
|
||||
{
|
||||
if (!memcmp(nodes, "xNd4\0\0\0\0", 8))
|
||||
|
Loading…
x
Reference in New Issue
Block a user