Skip to content

Commit

Permalink
Blood: Fix missing field initializers in gSingleGameOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendricks266 committed Oct 7, 2023
1 parent 0ed353c commit e5670aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/blood/src/levels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
GAMEOPTIONS gGameOptions;

GAMEOPTIONS gSingleGameOptions = {
0, 2, 0, 0, "", "", 2, "", "", 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 3600, 1800, 1800, 7200
0, 2, 0, 0, "", "", 2, "", "", 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 3600, 1800, 1800, 7200,
0, 0, LOSTONDEATH, "",
};

EPISODEINFO gEpisodeInfo[kMaxEpisodes+1];
Expand Down

0 comments on commit e5670aa

Please sign in to comment.