mirror of
https://github.com/ModOrganizer2/modorganizer-game_fallout76.git
synced 2026-07-27 14:08:28 -07:00
Merge pull request #5 from ModOrganizer2/dev/missing-return-statement
Add missing return statement.
This commit is contained in:
@@ -72,4 +72,6 @@ std::unique_ptr<GamebryoSaveGame::DataFields> Fallout76SaveGame::fetchDataFields
|
||||
if (saveGameVersion >= 68) {
|
||||
file.readLightPlugins();
|
||||
}
|
||||
|
||||
return fields;
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<context>
|
||||
<name>GameFallout76</name>
|
||||
<message>
|
||||
<location filename="gamefallout76.cpp" line="82"/>
|
||||
<location filename="gamefallout76.cpp" line="85"/>
|
||||
<source>Adds support for the game Fallout 76.
|
||||
Splash by %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
||||
Reference in New Issue
Block a user