Browse Source

Update GUIClasses.cpp

Removed excessive check for tavernVideo string
Macron1Robot 11 years ago
parent
commit
fd1640f931
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/GUIClasses.cpp

+ 1 - 1
client/GUIClasses.cpp

@@ -3748,7 +3748,7 @@ CTavernWindow::CTavernWindow(const CGObjectInstance *TavernObj):
 		if(selected == -1)
 			recruit->block(true);
 	}
-	if (LOCPLINT->castleInt && LOCPLINT->castleInt->town->town->clientInfo.tavernVideo!="")
+	if (LOCPLINT->castleInt)
 		CCS->videoh->open(LOCPLINT->castleInt->town->town->clientInfo.tavernVideo);
 	else
 		CCS->videoh->open("TAVERN.BIK");