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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user