Skip to content

Commit

Permalink
Update scenario_map_variant.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
theTwister authored and theTwister committed Aug 11, 2023
1 parent b3be384 commit 935d082
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions game/source/saved_games/scenario_map_variant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ struct s_variant_object_datum
public:
s_variant_object_datum() :
flags(),
object_datum_index(-1),
editor_object_index(-1),
variant_quota_index(-1),
object_datum_index(NONE),
editor_object_index(NONE),
variant_quota_index(NONE),
position(),
forward(),
up(),
Expand Down Expand Up @@ -186,7 +186,7 @@ struct s_variant_quota
{
public:
s_variant_quota() :
object_definition_index(-1),
object_definition_index(NONE),
minimum_count(0),
maximum_count(0),
placed_on_map(0),
Expand Down

0 comments on commit 935d082

Please sign in to comment.