From 2bff1ea839b5cf1c638ac81061d57c902cccfdf0 Mon Sep 17 00:00:00 2001 From: Reonu Date: Wed, 26 May 2021 14:56:55 +0100 Subject: [PATCH] made skipping the mario head the default --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index fa3c6bebb..eb66b7e53 100644 --- a/include/config.h +++ b/include/config.h @@ -50,6 +50,6 @@ // When this option is disabled, LODs will work regardless of whether console or emulator is used. #define AUTO_LOD // Uncomment this if you want to keep the mario head and not skip it -#define KEEP_MARIO_HEAD +//#define KEEP_MARIO_HEAD #endif // CONFIG_H