Skip to content

Commit 32f0960

Browse files
authored
comment out save hacker
1 parent 6dbf405 commit 32f0960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/menus/tools_menu.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enum ToolsMenuIndex {
1919
INPUT_VIEWER_INDEX,
2020
ESS_CHECKER_INDEX,
2121
DEADZONE_CHECKER_INDEX,
22-
DISABLE_SVCHECK_INDEX,
22+
//DISABLE_SVCHECK_INDEX,
2323
INTRO_SKIP_INDEX,
2424
};
2525

@@ -28,7 +28,7 @@ struct GZTool {
2828
bool active;
2929
};
3030

31-
#define TOOL_AMNT 11
31+
#define TOOL_AMNT 10
3232

3333
extern GZTool g_tools[TOOL_AMNT];
3434

0 commit comments

Comments
 (0)