git-svn-id: https://localhost/svn/Project64/trunk@21 111125ac-702d-7242-af9c-5ba8ae61c1ef
This commit is contained in:
parent
3e0e336a52
commit
2d31cb498f
|
@ -176,7 +176,7 @@ void CSettingTypeGame::Save ( int Index, ULONG Value )
|
||||||
if (m_EraseDefaults)
|
if (m_EraseDefaults)
|
||||||
{
|
{
|
||||||
ULONG ulDefault;
|
ULONG ulDefault;
|
||||||
LoadDefault(Index,ulDefault);
|
CSettingTypeGame::LoadDefault(Index,ulDefault);
|
||||||
if (ulDefault == Value)
|
if (ulDefault == Value)
|
||||||
{
|
{
|
||||||
Delete(Index);
|
Delete(Index);
|
||||||
|
|
Loading…
Reference in New Issue