git-svn-id: https://localhost/svn/Project64/trunk@21 111125ac-702d-7242-af9c-5ba8ae61c1ef

This commit is contained in:
zilmar 2009-12-29 02:36:20 +00:00
parent 3e0e336a52
commit 2d31cb498f
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ void CSettingTypeGame::Save ( int Index, ULONG Value )
if (m_EraseDefaults)
{
ULONG ulDefault;
LoadDefault(Index,ulDefault);
CSettingTypeGame::LoadDefault(Index,ulDefault);
if (ulDefault == Value)
{
Delete(Index);