Slow down the cinema text scroll speed a bit

This commit is contained in:
sirlemonhead 2019-11-19 10:46:11 +00:00 committed by Christoph Oelckers
parent f22d6b275b
commit 6cb4456c91

View file

@ -1967,7 +1967,7 @@ void DoCinemaText(short nVal)
videoNextPage();
// TEMP
int time = (int)totalclock + 4;
int time = (int)totalclock + 8;
while ((int)totalclock < time) {
HandleAsync();
}