mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
- compile fixes for linux player
This commit is contained in:
@ -4167,11 +4167,7 @@ CTavernWindow::CTavernWindow(const CGObjectInstance *TavernObj)
|
||||
recruit->block(1);
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
CCS->videoh->open("TAVERN.BIK");
|
||||
#else
|
||||
CCS->videoh->open("tavern.mjpg", true, false);
|
||||
#endif
|
||||
CCS->videoh->open(VIDEO_TAVERN);
|
||||
}
|
||||
|
||||
void CTavernWindow::recruitb()
|
||||
|
Reference in New Issue
Block a user