<P>					else
<P>					{
<P>						whiteVec.X = FMax(-time / 16.0, -1.0);
<P>						whiteVec.Y = FMax(-time / 16.0, -1.0);
<P>						whiteVec.Z = FMax(-time / 16.0, -1.0);
<P>					}
<P>					CameraRotation.Pitch = -16384;
<P>					CameraRotation.Yaw = (time * 8192.0) % 65536;
<P>					ViewDist = 32 + 8.0 * 32;
<P>					InstantFog = whiteVec;
<P>					InstantFlash = whiteVec.X;
<P>					ViewFlash(1.0);
<P>
<P>					// start the splash screen after a bit
<P>					// only if we don't have a menu open
<P>					if ( whiteVec == vect(-1.0,-1.0,-1.0) )
<P>					{
<P>						if ( (MenuUIWindow(DeusExRootWindow(rootWindow).GetTopWindow()) == None) &&
