2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 13:39:12 +00:00

Fix cooking new world/area data without an underscore in the name

This commit is contained in:
2021-05-30 23:10:59 -07:00
parent 27f25223fb
commit 137e96c732
7 changed files with 12 additions and 12 deletions

View File

@@ -348,7 +348,7 @@ void CMain::AddWorldPaks() {
}
auto pakPrefix = g_tweakGame->GetWorldPrefix();
for (int i = 0; i < 9; ++i) {
for (int i = 0; i < 10; ++i) {
std::string path(pakPrefix);
if (i != 0) {