diff --git a/client/GUIClasses.cpp b/client/GUIClasses.cpp index ab8e1b15a..09cedc909 100644 --- a/client/GUIClasses.cpp +++ b/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");