mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 15:26:48 +00:00
fix a MSVC warning about inconsistent variable type declaration
This commit is contained in:
parent
124f119b47
commit
b4832a9100
@ -176,7 +176,7 @@ private:
|
||||
config variables_;
|
||||
mutable config temporaries_; // lengths of arrays, etc.
|
||||
const rand_rng::set_random_generator generator_setter_; /**< Make sure that rng is initialized first */
|
||||
friend class variable_info;
|
||||
friend struct variable_info;
|
||||
game_classification classification_;
|
||||
mp_game_settings mp_settings_;
|
||||
PHASE phase_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user