removed interpolation from vconfig data

This commit is contained in:
Pauli Nieminen 2007-12-29 20:20:15 +00:00
parent 4b5514d511
commit fc064a8519

View file

@ -1715,7 +1715,6 @@ bool event_handler::handle_event_command(const queued_event& event_info,
assert(state_of_game != 0);
side_for_show = false;
side_for_raw = utils::interpolate_variables_into_string(side_for_raw,*state_of_game);
std::vector<std::string> side_for =
utils::split(side_for_raw, ',', utils::STRIP_SPACES | utils::REMOVE_EMPTY);