comparison mm7_2.cpp @ 650:14d13880daa9

Sleeping in tavern crash fixed - memory allocation rised to 48mb
author Nomad
date Mon, 11 Mar 2013 23:52:33 +0200
parents 35ce4761382c
children 2bf48d11d742
comparison
equal deleted inserted replaced
649:0e368c04acfb 650:14d13880daa9
9930 return false; 9930 return false;
9931 } 9931 }
9932 } 9932 }
9933 9933
9934 pAllocator = Allocator::Create(); 9934 pAllocator = Allocator::Create();
9935 if (!pAllocator->Initialize(26 * 1024)) 9935 if (!pAllocator->Initialize(48 * 1024))
9936 { 9936 {
9937 MessageBoxW(nullptr, 9937 MessageBoxW(nullptr,
9938 L"Unable to Allocate 26Mb of RAM", 9938 L"Unable to Allocate 48Mb of RAM",
9939 L"More RAM Memory Required", MB_ICONEXCLAMATION); 9939 L"More RAM Memory Required", MB_ICONEXCLAMATION);
9940 return false; 9940 return false;
9941 } 9941 }
9942 9942
9943 game_starting_year = 1168; 9943 game_starting_year = 1168;