Removed warning so that there are no spurious messages at load time.
This commit is contained in:
parent
11cff18e65
commit
817c0e3335
1 changed files with 0 additions and 4 deletions
|
@ -579,10 +579,6 @@ game_state::~game_state() {
|
|||
}
|
||||
|
||||
void game_state::set_variables(const config& vars) {
|
||||
if(!variables.empty()) {
|
||||
WRN_NG << "clobbering the game_state variables\n";
|
||||
WRN_NG << variables;
|
||||
}
|
||||
variables = vars;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue