Update ISOProperties.cpp

This commit is contained in:
RolandMunsil 2014-08-05 20:45:18 -07:00
parent b0fc4b6ac9
commit b94069b5af

View file

@ -1374,7 +1374,7 @@ void CISOProperties::ActionReplayList_Save()
u32 cheats_chkbox_count = Cheats->GetCount();
for (const ActionReplay::ARCode& code : arCodes)
{
//Check the index against the count because of the hacky way codes are added from the "Cheat Search" dialog
// Check the index against the count because of the hacky way codes are added from the "Cheat Search" dialog
if ((index < cheats_chkbox_count) && Cheats->IsChecked(index))
enabledLines.push_back("$" + code.name);