here we get rid of an unecessary gfx update prior to initial cockpit view. That was probably needed back when a physics update was only instantiated when a gfxdraw change was triggered. Then later on for situations that VS doesn't work with (actual cockpits) we had a loop that counted down but used a conditional that would always be true. I fixed that loop so it makes sense.