Skip to content

Commit

Permalink
revert 'Update savegame.hpp'
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Mar 23, 2018
1 parent be628d5 commit 8f00db6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/savegame.hpp
Expand Up @@ -287,17 +287,6 @@ class oos_savegame : public ingame_savegame
bool& ignore_;
};

class mp_debug_savegame : public ingame_savegame
{
public:
mp_debug_savegame(saved_game& gamestate, bool& ignore);

private:
/** Display the save game dialog. */
virtual int show_save_dialog(const std::string& message, DIALOG_TYPE dialog_type) override;
bool& ignore_;
};

/** Class for start-of-scenario saves */
class scenariostart_savegame : public savegame
{
Expand Down

0 comments on commit 8f00db6

Please sign in to comment.