Add parameters to BackgroundChange: fRate, bFadeLast, bRewindMovie, bLoop.
I don't like how this changes the syntax for the #BGCHANGES tag in an SM file. I will think more about this - it's important to finalize it quickly.
This commit is contained in:
@@ -83,7 +83,7 @@ bool LowLevelWindow_SDL::SetVideoMode( bool windowed, int width, int height, int
|
||||
* in the real branch we can remove this #if. */
|
||||
#if defined(WIN32)
|
||||
SDL_Event e;
|
||||
if(SDL_GetEvent(&e, SDL_OPENGLRESETMASK))
|
||||
if(SDL_GetEvent(e, SDL_OPENGLRESETMASK))
|
||||
{
|
||||
LOG->Trace("New OpenGL context");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user