Skip to content

Commit

Permalink
fixup build after 'remove unused functions + fix comments'
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 25, 2014
1 parent 6bdf2ed commit 78e1916
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/saved_game.hpp
Expand Up @@ -97,12 +97,13 @@ class saved_game
/** some general information of the game that doesn't change during the game */
game_classification classification_;
mp_game_settings mp_settings_;

STARTING_POS_TYPE starting_pos_type_;
/**
The starting pos where the (non replay) game will be started from.
This can eigher be a [scenario] for a fresh game or a [snapshot] if this is a reloaded game
*/
config starting_pos_;
STARTING_POS_TYPE starting_pos_type_;
};


Expand Down

0 comments on commit 78e1916

Please sign in to comment.