use strings for map json coord_event var_value

This commit is contained in:
garak
2019-02-16 16:44:48 -05:00
committed by huderlem
parent e95140270b
commit 0b1bb9e4e9
60 changed files with 290 additions and 290 deletions

View File

@@ -197,7 +197,7 @@ string generate_map_events_text(Json map_data) {
<< coord_event["y"].int_value() << ", "
<< coord_event["elevation"].int_value() << ", "
<< coord_event["var"].string_value() << ", "
<< coord_event["var_value"].int_value() << ", "
<< coord_event["var_value"].string_value() << ", "
<< coord_event["script"].string_value() << "\n";
}
else if (coord_event["type"] == "weather") {