mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-13 07:01:42 +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();
|
videoNextPage();
|
||||||
|
|
||||||
// TEMP
|
// TEMP
|
||||||
int time = (int)totalclock + 4;
|
int time = (int)totalclock + 8;
|
||||||
while ((int)totalclock < time) {
|
while ((int)totalclock < time) {
|
||||||
HandleAsync();
|
HandleAsync();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue