We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0139e6b commit 1fd5a62Copy full SHA for 1fd5a62
source/menus/scene_menu.cpp
@@ -22,7 +22,7 @@ GZScene g_scene[5] = {
22
};
23
24
Line lines[LINE_NUM] = {
25
- {"modify wind direction", MODIFY_WIND_INDEX, "Change the current wind direction (currently broken)"},
+ {"modify wind direction", MODIFY_WIND_INDEX, "Change the current wind direction"},
26
{"modify chart set", MODIFY_CHART_SET_INDEX, "Change the current chart set"},
27
{"modify current hour", TIME_HOURS_INDEX, "Change the current hour"},
28
{"modify current minute", TIME_MINUTES_INDEX, "Change the current minute"},
@@ -202,4 +202,4 @@ void SceneMenu::draw() {
202
tww_sprintf(lines[MODIFY_CHART_SET_INDEX].value, " <%s>", get_chart_set_str());
203
cursor.move(0, LINE_NUM);
204
GZ_drawMenuLines(lines, cursor.y, LINE_NUM);
205
-}
+}
0 commit comments