revert unintentional commit
This commit is contained in:
parent
1943ac5873
commit
7650624bef
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace game_config
|
|||
int recall_cost = 20;
|
||||
int kill_experience = 8;
|
||||
int leadership_bonus = 25;
|
||||
const std::string version = "0.9.1"; //VERSION;
|
||||
const std::string version = VERSION;
|
||||
bool debug = false, editor = false, ignore_replay_errors = false;
|
||||
|
||||
std::string game_icon = "wesnoth-icon.png", game_title, game_logo, title_music;
|
||||
|
|
Loading…
Add table
Reference in a new issue