summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 73606af18..648c4c2fa 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -1523,6 +1523,7 @@ void SetDefaultCompanySettings(CompanyID cid)
}
}
+#if defined(ENABLE_NETWORK)
/**
* Sync all company settings in a multiplayer game.
*/
@@ -1538,6 +1539,7 @@ void SyncCompanySettings()
if (old_value != new_value) NetworkSend_Command(0, i, new_value, CMD_CHANGE_COMPANY_SETTING, NULL, NULL);
}
}
+#endif /* ENABLE_NETWORK */
/**
* Get the index in the _company_settings array of a setting