From 6dbe08d20a384fbf066a432afcdce4eb60370afd Mon Sep 17 00:00:00 2001 From: Reonu Date: Wed, 26 May 2021 17:06:48 +0100 Subject: [PATCH] fixed typo in config.h --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index bfb0e9f1..840274a9 100644 --- a/include/config.h +++ b/include/config.h @@ -54,7 +54,7 @@ #define PEACH_SKIP // Remove course specific camera processing #define CAMERA_FIX -// Increase the maximum pone length (it will treat bparam1 and bparam2 as a single value) +// Increase the maximum pole length (it will treat bparam1 and bparam2 as a single value) #define LONGER_POLES // Uncomment this if you want global star IDs (useful for creating an open world hack ala MVC) //#define GLOBAL_STAR_IDS