var_value to string

This commit is contained in:
GriffinR
2020-03-13 01:21:46 -04:00
parent a0f951b09c
commit d450d5d406
53 changed files with 229 additions and 229 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ string generate_firered_map_events_text(Json map_data) {
<< coord_event["y"].int_value() << ", "
<< coord_event["elevation"].int_value() << ", 0, "
<< coord_event["var"].string_value() << ", "
<< coord_event["var_value"].int_value() << ", 0, "
<< coord_event["var_value"].string_value() << ", 0, "
<< coord_event["script"].string_value() << "\n";
}
else if (coord_event["type"] == "weather") {