From ff518195f829ddbfe3474e455235edbb5c081b65 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Fri, 22 May 2026 12:06:48 +0200 Subject: [PATCH] =?UTF-8?q?fix(title):=20comentari=20trencat=20per=20la=20?= =?UTF-8?q?substituci=C3=B3=20sed=20del=20cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/game/scenes/title_scene.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/game/scenes/title_scene.cpp b/source/game/scenes/title_scene.cpp index 0a04f51..c3f90fa 100644 --- a/source/game/scenes/title_scene.cpp +++ b/source/game/scenes/title_scene.cpp @@ -24,8 +24,7 @@ using Option = SceneContext::Option; namespace { - // Botons per iniciar partida des de MAIN (només START). Duplicat del que viu - + // Botons per iniciar partida des de MAIN (només START). constexpr std::array START_GAME_BUTTONS = {InputAction::START}; } // namespace