mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 02:27:42 +00:00
Rename CSavwWorld to CWorldSaveGameInfo
This commit is contained in:
@@ -99,7 +99,7 @@ bool CSaveGameScreen::PumpLoad() {
|
||||
if (!x38_strgMemoryCard.IsLoaded()) {
|
||||
return false;
|
||||
}
|
||||
for (TLockedToken<CSaveWorld>& savw : x70_saveWorlds) {
|
||||
for (TLockedToken<CWorldSaveGameInfo>& savw : x70_saveWorlds) {
|
||||
if (!savw.IsLoaded()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user