summaryrefslogtreecommitdiff
path: root/src/client/SaveInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/SaveInfo.cpp')
-rw-r--r--src/client/SaveInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/SaveInfo.cpp b/src/client/SaveInfo.cpp
index 3b8b9a1..5bb08a8 100644
--- a/src/client/SaveInfo.cpp
+++ b/src/client/SaveInfo.cpp
@@ -20,7 +20,7 @@ SaveInfo::SaveInfo(SaveInfo & save) :
SaveInfo::SaveInfo(int _id, int _date, int _votesUp, int _votesDown, std::string _userName,
std::string _name) :
id(_id), votesUp(_votesUp), votesDown(_votesDown), userName(_userName), name(
- _name), Description("No description provided"), date(_date), Published(
+ _name), Description(""), date(_date), Published(
true), gameSave(NULL), vote(0), tags(), Comments(0) {
}