Fixed bug: First voice is played twice.
This commit is contained in:
parent
72388f4058
commit
1425654410
1 changed files with 2 additions and 1 deletions
|
@ -216,7 +216,8 @@ global void ShowIntro(const Intro *intro)
|
|||
}
|
||||
|
||||
x=(VideoWidth-640)/2;
|
||||
stage=line=0;
|
||||
line=0;
|
||||
stage=1;
|
||||
IntroNoEvent=1;
|
||||
while( IntroNoEvent ) {
|
||||
y=(VideoHeight-480)/2;
|
||||
|
|
Loading…
Add table
Reference in a new issue