mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 03:09:49 +02:00
- added support for intro videos using libvlc (if libvlc is installed for the developer, its optional)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user