mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- corrected speed of RR intro videos.
This commit is contained in:
parent
b21dadeef0
commit
f0bd290801
1 changed files with 2 additions and 2 deletions
|
@ -279,10 +279,10 @@ class RRCutscenes
|
||||||
runner.Append(MoviePlayerJob.CreateWithSoundinfo("rr_intro.anm", soundinfo, 0, 9, 9, 9));
|
runner.Append(MoviePlayerJob.CreateWithSoundinfo("rr_intro.anm", soundinfo, 0, 9, 9, 9));
|
||||||
|
|
||||||
soundinfo.Pushv(1, RRSnd.REDNECK2 + 1);
|
soundinfo.Pushv(1, RRSnd.REDNECK2 + 1);
|
||||||
runner.Append(MoviePlayerJob.CreateWithSoundinfo("redneck.anm", soundinfo, 0, 14, 14, 14));
|
runner.Append(MoviePlayerJob.CreateWithSoundinfo("redneck.anm", soundinfo, 0, 9, 9, 9));
|
||||||
|
|
||||||
soundinfo.Pushv(1, RRSnd.XATRIX + 1);
|
soundinfo.Pushv(1, RRSnd.XATRIX + 1);
|
||||||
runner.Append(MoviePlayerJob.CreateWithSoundinfo("xatlogo.anm", soundinfo, 0, 10, 10, 10));
|
runner.Append(MoviePlayerJob.CreateWithSoundinfo("xatlogo.anm", soundinfo, 0, 9, 9, 9));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue