From 24f693e357ec5c891d556d44897d594e94c97ded Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Sun, 22 Oct 2023 13:11:49 +0200 Subject: [PATCH] =?UTF-8?q?-=20Llevada=20alguna=20tra=C3=A7a=20que=20queda?= =?UTF-8?q?va?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/gamestate_sequence.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/gamestate_sequence.cpp b/source/gamestate_sequence.cpp index 4a9e362..1e5ec0c 100644 --- a/source/gamestate_sequence.cpp +++ b/source/gamestate_sequence.cpp @@ -79,7 +79,6 @@ namespace gamestate if (command=="ESPERAR") { fscanf(sequence_file, "%i", &val); - printf("ESPERAR %i\n", val); wait_until = SDL_GetTicks() + val; } else if (command=="FADEIN") {