Prechádzať zdrojové kódy

Client: change intro video position

Arseniy Shestakov 8 rokov pred
rodič
commit
c6ff28936d
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      client/CMT.cpp

+ 2 - 2
client/CMT.cpp

@@ -938,9 +938,9 @@ void processCommand(const std::string &message)
 //plays intro, ends when intro is over or button has been pressed (handles events)
 void playIntro()
 {
-	if(CCS->videoh->openAndPlayVideo("3DOLOGO.SMK", 60, 40, screen, true, true))
+	if(CCS->videoh->openAndPlayVideo("3DOLOGO.SMK", 0, 1, screen, true, true))
 	{
-		CCS->videoh->openAndPlayVideo("AZVS.SMK", 60, 80, screen, true, true);
+		CCS->videoh->openAndPlayVideo("AZVS.SMK", 0, 1, screen, true, true);
 	}
 }