Update to 14.0-beta1

This commit is contained in:
dP
2024-02-04 02:18:17 +05:30
parent 79037e2c65
commit 33ef333b57
1325 changed files with 138465 additions and 70987 deletions

View File

@@ -12,7 +12,6 @@
#ifndef SETTINGS_TABLE_H
#define SETTINGS_TABLE_H
#include <array>
#include "settings_internal.h"
extern SettingTable _company_settings;
@@ -40,6 +39,6 @@ extern SettingTable _win32_settings;
static const uint GAME_DIFFICULTY_NUM = 18;
extern const std::array<std::string, GAME_DIFFICULTY_NUM> _old_diff_settings;
extern uint16 _old_diff_custom[GAME_DIFFICULTY_NUM];
extern uint16_t _old_diff_custom[GAME_DIFFICULTY_NUM];
#endif /* SETTINGS_TABLE_H */