Fix settings
This commit is contained in:
+10
-1
@@ -72,7 +72,9 @@ SettingTable _world_settings{ _world_settings_table };
|
||||
#if defined(_WIN32) && !defined(DEDICATED)
|
||||
SettingTable _win32_settings{ _win32_settings_table };
|
||||
#endif /* _WIN32 */
|
||||
|
||||
namespace citymania {
|
||||
SettingTable _settings{ _citymania_settings_table };
|
||||
} // namespace citymania
|
||||
|
||||
/* Begin - Callback Functions for the various settings. */
|
||||
|
||||
@@ -480,4 +482,11 @@ static void UpdateClientConfigValues()
|
||||
if (_network_server) NetworkServerSendConfigUpdate();
|
||||
}
|
||||
|
||||
|
||||
// CM
|
||||
#include "statusbar_gui.h"
|
||||
static void cm_v_RedrawStatusBar(int32 p1) {
|
||||
// TODO is this function even needed?
|
||||
CM_RedrawStatusBar();
|
||||
}
|
||||
/* End - Callback Functions */
|
||||
|
||||
Reference in New Issue
Block a user