mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Slow down the cinema text scroll speed a bit
This commit is contained in:
parent
f22d6b275b
commit
6cb4456c91
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue