summaryrefslogtreecommitdiff
path: root/src/gui/game/GameController.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-07-25 23:43:25 (GMT)
committer jacob1 <jfu614@gmail.com>2013-07-25 23:43:25 (GMT)
commitbfc1cf99cabd5b75f70a8de39cc4b00c408fc6b8 (patch)
tree644bbe8435b3f31c738325cf55419860dd9fa6f4 /src/gui/game/GameController.h
parentbeff3db8d291b00b47fc13a1b936fa4419e3d78d (diff)
downloadpowder-bfc1cf99cabd5b75f70a8de39cc4b00c408fc6b8.zip
powder-bfc1cf99cabd5b75f70a8de39cc4b00c408fc6b8.tar.gz
instant save option option, hold ctrl when clicking a save in the save preview to skip the entire preview and not load the comments
Diffstat (limited to 'src/gui/game/GameController.h')
-rw-r--r--src/gui/game/GameController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/game/GameController.h b/src/gui/game/GameController.h
index 88f426b..d723ccb 100644
--- a/src/gui/game/GameController.h
+++ b/src/gui/game/GameController.h
@@ -113,7 +113,7 @@ public:
void OpenLogin();
void OpenProfile();
void OpenTags();
- void OpenSavePreview(int saveID, int saveDate);
+ void OpenSavePreview(int saveID, int saveDate, bool instant);
void OpenSavePreview();
void OpenLocalSaveWindow(bool asCurrent);
void OpenLocalBrowse();