From 0f3555fc7c50d696e9ff838629989ede9d376d5b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 21 Aug 2020 19:38:38 +0200 Subject: [PATCH] - fixed speed of SW's credits. Fixes #229. --- source/sw/src/2d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sw/src/2d.cpp b/source/sw/src/2d.cpp index 716a701bb..79d167b29 100644 --- a/source/sw/src/2d.cpp +++ b/source/sw/src/2d.cpp @@ -181,7 +181,7 @@ class DSWCreditsScreen : public DScreenJob int Frame(uint64_t clock, bool skiprequest) { twod->ClearScreen(); - int seconds = int(clock * 120 / 1'000'000'000); + int seconds = int(clock / 1'000'000'000); if (clock == 0) { // Lo Wang feel like singing!