summaryrefslogtreecommitdiff
path: root/tools/mapjson/mapjson.cpp
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-01-23 18:51:56 -0500
committerGriffinR <griffin.g.richards@gmail.com>2022-01-23 18:52:04 -0500
commit2495d1813239cd8d888c160b08c23500ba4759a7 (patch)
tree722b48dad6b8798f4a4d04314386b4b2a383d1da /tools/mapjson/mapjson.cpp
parent9f2b6ab2f2b7d5937342cef3166a652d882f1d94 (diff)
Add missing :req, remove old macros
Diffstat (limited to 'tools/mapjson/mapjson.cpp')
-rw-r--r--tools/mapjson/mapjson.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mapjson/mapjson.cpp b/tools/mapjson/mapjson.cpp
index d767b469e..3eab98f2b 100644
--- a/tools/mapjson/mapjson.cpp
+++ b/tools/mapjson/mapjson.cpp
@@ -230,7 +230,7 @@ string generate_map_events_text(Json map_data) {
text << bgs_label << ":\n";
for (auto &bg_event : map_data["bg_events"].array_items()) {
if (bg_event["type"] == "sign") {
- text << "\tbg_event "
+ text << "\tbg_sign_event "
<< bg_event["x"].int_value() << ", "
<< bg_event["y"].int_value() << ", "
<< bg_event["elevation"].int_value() << ", "