Skip to content

Commit c4837eb

Browse files
authored
Merge branch 'dev' into time/day-editor-and-menu-fixes
2 parents 932db91 + bcfd246 commit c4837eb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

include/menus/tools_menu.h

-3
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,15 @@ enum ToolsMenuIndex {
2121
DEADZONE_CHECKER_INDEX,
2222
DISABLE_SVCHECK_INDEX,
2323
INTRO_SKIP_INDEX,
24-
2524
};
2625

2726
struct GZTool {
2827
int index;
2928
bool active;
3029
};
3130

32-
3331
#define TOOL_AMNT 11
3432

35-
3633
extern GZTool g_tools[TOOL_AMNT];
3734

3835
class ToolsMenu : public Menu {

source/menus/tools_menu.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
Cursor ToolsMenu::cursor;
3030

3131
GZTool g_tools[TOOL_AMNT] = {
32-
3332
{DEBUG_INDEX, false}, {TIME_DISP_INDEX, false}, {TELEPORT_INDEX, false},
3433
{AREA_RELOAD_INDEX, false}, {MAP_SELECT_INDEX, false}, {ZH_INDEX, false},
3534
{INPUT_VIEWER_INDEX, false}, {ESS_CHECKER_INDEX, false}, {DEADZONE_CHECKER_INDEX, false},

0 commit comments

Comments
 (0)