From 27c69a2a048343838a66e042b2d5113a22d54eae Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 4 Dec 2004 08:11:51 +0000 Subject: [PATCH] cleanup --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 68ad4a3184..b99a3cbf53 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -352,7 +352,7 @@ static void CheckSettings() MEMORYSTATUS mem; GlobalMemoryStatus(&mem); - const int Memory = mem.dwTotalPhys / 1048576; + const int Memory = mem.dwTotalPhys / (1024*1024); if( PREFSMAN->m_iLastSeenMemory == Memory ) return;