cellSail PAMF creation and 3D availability fix

This commit is contained in:
Raul Tambre 2014-12-24 20:47:56 +02:00
parent 27c76960b4
commit 642e850dfe
5 changed files with 65 additions and 16 deletions

View file

@ -112,7 +112,7 @@ void setSaveDataList(std::vector<SaveDataEntry>& saveEntries, vm::ptr<CellSaveDa
while (entry != saveEntries.end())
{
bool found = false;
for (u32 j=0; j<fixedListNum; j++)
for (u32 j = 0; j < fixedListNum; j++)
{
if (entry->dirName == (char*)fixedList[j].dirName)
{