New minimap stk_config parameters

This commit is contained in:
Alayan-stk-2 2018-05-05 22:05:29 +02:00 committed by GitHub
parent bdf4c62abc
commit 206bd0170a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,6 +163,13 @@ public:
* be generated. */
float m_replay_delta_angle;
/** The minimap size */
float m_minimap_size;
/* The size of icons for AIs and human players, respectively */
float m_minimap_ai_icon;
float m_minimap_player_icon;
/** The field of view for 1, 2, 3, 4 player split screen. */
float m_camera_fov[MAX_PLAYER_COUNT];