Make sure cf is not 0
This commit is contained in:
parent
516d4f447f
commit
dd4a3b3391
|
@ -58,4 +58,9 @@ void CGameSettings::RefreshGameSettings()
|
|||
m_RegCaching = g_Settings->LoadBool(Game_RegCache);
|
||||
m_bLinkBlocks = g_Settings->LoadBool(Game_BlockLinking);
|
||||
m_LookUpMode = g_Settings->LoadDword(Game_FuncLookupMode);
|
||||
|
||||
if (m_CountPerOp == 0)
|
||||
{
|
||||
m_CountPerOp = 2;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue