mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
Update GUIClasses.cpp
Removed excessive check for tavernVideo string
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user