- fixed speed of SW's credits.

Fixes #229.
This commit is contained in:
Christoph Oelckers 2020-08-21 19:38:38 +02:00
parent b9038db433
commit 0f3555fc7c
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class DSWCreditsScreen : public DScreenJob
int Frame(uint64_t clock, bool skiprequest) int Frame(uint64_t clock, bool skiprequest)
{ {
twod->ClearScreen(); twod->ClearScreen();
int seconds = int(clock * 120 / 1'000'000'000); int seconds = int(clock / 1'000'000'000);
if (clock == 0) if (clock == 0)
{ {
// Lo Wang feel like singing! // Lo Wang feel like singing!