Fixed bug: First voice is played twice.

This commit is contained in:
johns 2002-03-17 15:32:16 +00:00
parent 72388f4058
commit 1425654410

View file

@ -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;