2
0
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:
2021-06-04 22:27:52 -07:00
parent 354d3a0199
commit 95f44be694
22 changed files with 73 additions and 73 deletions

View File

@@ -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;
}