1
0
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:
Ivan Savenko
2011-08-08 14:20:22 +00:00
parent 05f166f751
commit c63df4f07a
4 changed files with 69 additions and 59 deletions

View File

@ -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()