Skip to content

Commit 1fd5a62

Browse files
authored
fix wind changer
1 parent 0139e6b commit 1fd5a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/menus/scene_menu.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GZScene g_scene[5] = {
2222
};
2323

2424
Line lines[LINE_NUM] = {
25-
{"modify wind direction", MODIFY_WIND_INDEX, "Change the current wind direction (currently broken)"},
25+
{"modify wind direction", MODIFY_WIND_INDEX, "Change the current wind direction"},
2626
{"modify chart set", MODIFY_CHART_SET_INDEX, "Change the current chart set"},
2727
{"modify current hour", TIME_HOURS_INDEX, "Change the current hour"},
2828
{"modify current minute", TIME_MINUTES_INDEX, "Change the current minute"},
@@ -202,4 +202,4 @@ void SceneMenu::draw() {
202202
tww_sprintf(lines[MODIFY_CHART_SET_INDEX].value, " <%s>", get_chart_set_str());
203203
cursor.move(0, LINE_NUM);
204204
GZ_drawMenuLines(lines, cursor.y, LINE_NUM);
205-
}
205+
}

0 commit comments

Comments
 (0)