From 5fcbce6e7b8e36b0dab86e88672fcc8edaccd7e6 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Tue, 19 May 2026 20:04:35 +0200 Subject: [PATCH] title: treu '(v2.3.4)' del COPYRIGHT (ara F11 mostra app+version+githash) --- source/game/scenes/title.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/game/scenes/title.h b/source/game/scenes/title.h index 0b303c4..7c47e3a 100644 --- a/source/game/scenes/title.h +++ b/source/game/scenes/title.h @@ -33,7 +33,7 @@ class Title { void handleEvent(const SDL_Event *event); // Procesa un evento private: - static constexpr const char *COPYRIGHT = "@2020 JailDesigner (v2.3.4)"; + static constexpr const char *COPYRIGHT = "@2020 JailDesigner"; // Time-based: temps màxim a la pantalla del títol abans de tornar al // logo o llançar el demo. 800 frames a 60Hz ⇒ 13.333 s. static constexpr float DEMO_TIMEOUT_S = 13.333F;