rename a parameter so that it matches the other occurances of the function signature
This commit is contained in:
parent
79e013e826
commit
3a097be3af
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public:
|
|||
virtual void check_end_level();
|
||||
|
||||
protected:
|
||||
virtual void play_turn(bool no_save);
|
||||
virtual void play_turn(bool save);
|
||||
virtual void play_side(const unsigned int side_number, bool save);
|
||||
virtual void before_human_turn(bool save);
|
||||
void show_turn_dialog();
|
||||
|
|
Loading…
Add table
Reference in a new issue