Skip to content

Commit

Permalink
now it works
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Giganticus committed Dec 9, 2024
1 parent 616e32f commit 2d87271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PTD/Achievements/source/Achievement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Achievement** Achievement::LoadFromDisk(int& pLength) {
MR::getCsvDataStr(&ach->mStageName, &table, "StageName", i);
ptr[i] = ach;
}
return ptr;
}

0 comments on commit 2d87271

Please sign in to comment.