- fixed: All FNames inside actor classes need to be FNameNoInit or their constructor will overwrite them after copying the defaults.

This commit is contained in:
Christoph Oelckers 2017-02-15 12:16:24 +01:00
commit c8db1f151e
3 changed files with 7 additions and 9 deletions

View file

@ -1337,7 +1337,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 = 165966;
//_crtBreakAlloc = 53039;
#endif
DoMain (hInstance);