Make game_config::test_version a version_info object
This commit is contained in:
parent
a20b6d2647
commit
a7b99d3d83
2 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ namespace game_config
|
|||
|
||||
const version_info wesnoth_version(VERSION);
|
||||
const version_info min_savegame_version(MIN_SAVEGAME_VERSION);
|
||||
const std::string test_version("test");
|
||||
const version_info test_version("test");
|
||||
|
||||
const std::string observer_team_name = "observer";
|
||||
|
||||
|
|
|
@ -165,7 +165,7 @@ namespace game_config
|
|||
|
||||
extern const version_info wesnoth_version;
|
||||
extern const version_info min_savegame_version;
|
||||
extern const std::string test_version;
|
||||
extern const version_info test_version;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue