From 3d06069783c04471e2d2904709ac8131555af3ee Mon Sep 17 00:00:00 2001 From: simbit18 Date: Tue, 11 Aug 2026 19:27:09 +0200 Subject: [PATCH] games/NXDoom: Fix Kconfig style - Remove spaces from Kconfig - Add TABs Signed-off-by: simbit18 --- games/NXDoom/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/NXDoom/Kconfig b/games/NXDoom/Kconfig index d2bd2080f..a95d0a19f 100644 --- a/games/NXDoom/Kconfig +++ b/games/NXDoom/Kconfig @@ -78,7 +78,7 @@ config GAMES_NXDOOM_NET_MAXPLAYERS int "Maximum number of players" default 6 ---help--- - The maximum number of players, multiplayer/networking. + The maximum number of players, multiplayer/networking. This is the maximum supported by the networking code; individual games have their own values for MAXPLAYERS that can be smaller. ChocolateDOOM default was 8.