- added support for intro videos using libvlc (if libvlc is installed for the developer, its optional)

This commit is contained in:
Mark Vejvoda
2012-05-12 20:33:18 +00:00
parent 345b2e670b
commit 7b3de2d109
9 changed files with 391 additions and 7 deletions

View File

@@ -156,7 +156,6 @@ void PlatformContextGl::init(int colorBits, int depthBits, int stencilBits,
screen = NULL;
}
screen = SDL_SetVideoMode(resW, resH, colorBits, flags);
if(screen == 0) {
std::ostringstream msg;