mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-07 02:40:30 -05:00
Little bit of code clarification.
This commit is contained in:
parent
dbe672444c
commit
550c10b1c3
@ -736,6 +736,7 @@ void SaveManager::SaveFileThreaded(int fileNum, SaveContext* saveContext, const
|
|||||||
currentJsonContext = §ionBlock["data"];
|
currentJsonContext = §ionBlock["data"];
|
||||||
handler.second(saveContext, subsection);
|
handler.second(saveContext, subsection);
|
||||||
} else {
|
} else {
|
||||||
|
// save function for specified section does not exist. should this error?
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user