summaryrefslogtreecommitdiff
path: root/src/client/SaveInfo.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-09-03 12:25:48 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-03 12:25:48 (GMT)
commitb05f1141742c7e5ed397df334b0c86fecb16c58b (patch)
tree0907861a7916768f028631464c4a04ef2bfad341 /src/client/SaveInfo.h
parent51d2c783cc24043522755deb27374823dd85bb67 (diff)
downloadpowder-b05f1141742c7e5ed397df334b0c86fecb16c58b.zip
powder-b05f1141742c7e5ed397df334b0c86fecb16c58b.tar.gz
Views in save Preview and use old vote bars. Fixes #171
Diffstat (limited to 'src/client/SaveInfo.h')
-rw-r--r--src/client/SaveInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/SaveInfo.h b/src/client/SaveInfo.h
index 6c3a2a3..49057ac 100644
--- a/src/client/SaveInfo.h
+++ b/src/client/SaveInfo.h
@@ -17,6 +17,7 @@ public:
int votesUp, votesDown;
bool Favourite;
int Comments;
+ int Views;
GameSave * gameSave;