aboutsummaryrefslogtreecommitdiff
path: root/gui/options.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-05 16:31:52 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commite601c39802adbb64dce4b449c617e1786ef584ed (patch)
tree47967b710c44a15524b7170885080aaefdceb949 /gui/options.h
parent3da38ca60b65d3f1bd67b049f3c4b2a90a4d6a19 (diff)
downloadscummvm-rg350-e601c39802adbb64dce4b449c617e1786ef584ed.tar.gz
scummvm-rg350-e601c39802adbb64dce4b449c617e1786ef584ed.tar.bz2
scummvm-rg350-e601c39802adbb64dce4b449c617e1786ef584ed.zip
CLOUD: Make "Run server" button active
It should show the real server's IP over there, but that doesn't work yet.
Diffstat (limited to 'gui/options.h')
-rw-r--r--gui/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/options.h b/gui/options.h
index c4c70aa369..1d7f9ffd49 100644
--- a/gui/options.h
+++ b/gui/options.h
@@ -266,6 +266,9 @@ protected:
ButtonWidget *_runServerButton;
StaticTextWidget *_serverInfoLabel;
bool _redrawCloudTab;
+#ifdef USE_SDL_NET
+ bool _serverWasRunning;
+#endif
void setupCloudTab();
#endif