From 1425654410527dd678376f43cc725839720bf5ea Mon Sep 17 00:00:00 2001
From: johns <>
Date: Sun, 17 Mar 2002 15:32:16 +0000
Subject: [PATCH] Fixed bug: First voice is played twice.

---
 src/game/intro.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/game/intro.cpp b/src/game/intro.cpp
index f197b4e59..da260df70 100644
--- a/src/game/intro.cpp
+++ b/src/game/intro.cpp
@@ -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;