- split P_SetupLevel so that the main part of it can be made part of the MapLoader class.
- allocate BlockNodes from the same memory arena as SecNodes.
This commit is contained in:
parent
a47287f1e4
commit
467c73b2d7
5 changed files with 348 additions and 472 deletions
|
|
@ -1343,7 +1343,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE nothing, LPSTR cmdline, int n
|
|||
_CrtSetDbgFlag (_CrtSetDbgFlag(0) | _CRTDBG_LEAK_CHECK_DF);
|
||||
|
||||
// Use this to break at a specific allocation number.
|
||||
//_crtBreakAlloc = 177312;
|
||||
_crtBreakAlloc = 227524;
|
||||
#endif
|
||||
|
||||
DoMain (hInstance);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue