cleanup
This commit is contained in:
@@ -352,7 +352,7 @@ static void CheckSettings()
|
|||||||
MEMORYSTATUS mem;
|
MEMORYSTATUS mem;
|
||||||
GlobalMemoryStatus(&mem);
|
GlobalMemoryStatus(&mem);
|
||||||
|
|
||||||
const int Memory = mem.dwTotalPhys / 1048576;
|
const int Memory = mem.dwTotalPhys / (1024*1024);
|
||||||
|
|
||||||
if( PREFSMAN->m_iLastSeenMemory == Memory )
|
if( PREFSMAN->m_iLastSeenMemory == Memory )
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user