Make game_config::test_version a version_info object

This commit is contained in:
Alexander van Gessel 2013-12-05 19:42:41 +01:00
parent a20b6d2647
commit a7b99d3d83
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -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