Treat warp ids as strings to allow constants

This commit is contained in:
GriffinR
2022-09-03 15:43:43 -04:00
parent ce4a6e9067
commit 36551dff2f
445 changed files with 1314 additions and 1314 deletions

View File

@@ -191,7 +191,7 @@ string generate_map_events_text(Json map_data) {
<< warp_event["x"].int_value() << ", "
<< warp_event["y"].int_value() << ", "
<< warp_event["elevation"].int_value() << ", "
<< warp_event["dest_warp_id"].int_value() << ", "
<< warp_event["dest_warp_id"].string_value() << ", "
<< warp_event["dest_map"].string_value() << "\n";
}
text << "\n";