Remove stray #endif

This commit is contained in:
MascaraSnake 2019-12-28 14:50:00 +01:00
parent 5590343043
commit b1854b5c96

View file

@ -1744,7 +1744,6 @@ static boolean P_LoadRawBlockMap(UINT8 *data, size_t count)
polyblocklinks = Z_Calloc(count, PU_LEVEL, NULL);
#endif
return true;
#endif
}
//