diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-01 17:33:28 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-01 17:33:28 (GMT) |
| commit | 9751c962b1d76b890b83682c1b094b4641a2c2d9 (patch) | |
| tree | 8c1007e7e180386035da1babe7721554846476e8 /src/client/SaveInfo.cpp | |
| parent | d9f9e88ee40a95ae3c58c668927bdac52aab1773 (diff) | |
| download | powder-9751c962b1d76b890b83682c1b094b4641a2c2d9.zip powder-9751c962b1d76b890b83682c1b094b4641a2c2d9.tar.gz | |
No default description, fixes #153
Diffstat (limited to 'src/client/SaveInfo.cpp')
| -rw-r--r-- | src/client/SaveInfo.cpp | 2 |
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) { } |
