mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 21:11:17 +00:00
removed primitve turn members from play_controller
This commit is contained in:
parent
9fa00aa84e
commit
d5cd0bc754
@ -74,8 +74,6 @@ play_controller::play_controller(const config& level, game_state& state_of_game,
|
||||
skip_replay_(skip_replay),
|
||||
linger_(false),
|
||||
previous_turn_(0),
|
||||
turn_(1),
|
||||
numTurns_(num_turns),
|
||||
savenames_(),
|
||||
wml_commands_(),
|
||||
victory_music_(),
|
||||
|
@ -186,9 +186,6 @@ protected:
|
||||
bool skip_replay_;
|
||||
bool linger_;
|
||||
unsigned int previous_turn_;
|
||||
//turn information
|
||||
size_t turn_;
|
||||
int numTurns_;
|
||||
|
||||
const std::string& select_victory_music() const;
|
||||
const std::string& select_defeat_music() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user