Skip to content

Commit 932db91

Browse files
authored
fix conflicts with introskip pr
1 parent 7300285 commit 932db91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/menus/tools_menu.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,18 @@ enum ToolsMenuIndex {
2121
DEADZONE_CHECKER_INDEX,
2222
DISABLE_SVCHECK_INDEX,
2323
INTRO_SKIP_INDEX,
24-
24+
2525
};
2626

2727
struct GZTool {
2828
int index;
2929
bool active;
3030
};
3131

32+
3233
#define TOOL_AMNT 11
3334

35+
3436
extern GZTool g_tools[TOOL_AMNT];
3537

3638
class ToolsMenu : public Menu {

0 commit comments

Comments
 (0)