Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/savegamemenu.h')
-rw-r--r--src/client/savegamemenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/savegamemenu.h b/src/client/savegamemenu.h
index d615102..d8dde05 100644
--- a/src/client/savegamemenu.h
+++ b/src/client/savegamemenu.h
@@ -27,7 +27,7 @@ public:
static void loadgame(std::string savename);
- static void savegame(std::string savename);
+ static void savegame(std::string savename, const std::string & description);
static void deletegame(std::string savename);