X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2FGLUTkey.cxx;h=f50dcef51f2e4360d56b6c33ed3efe7559e87449;hb=b8d59efa71819db359295b2343d8632cf8180dcc;hp=e287f168c31cbcfc45f91dad258b5f2294142547;hpb=bef268a4cd1638d3e2d057547f8343f723da2b0c;p=flightgear.git diff --git a/Main/GLUTkey.cxx b/Main/GLUTkey.cxx index e287f168c..f50dcef51 100644 --- a/Main/GLUTkey.cxx +++ b/Main/GLUTkey.cxx @@ -69,7 +69,7 @@ static void local_update_sky_and_lighting_params( void ) { // Handle keyboard events void GLUTkey(unsigned char k, int x, int y) { - FGState *f; + FGInterface *f; fgTIME *t; FGView *v; FGWeather *w; @@ -386,6 +386,9 @@ void GLUTspecialkey(int k, int x, int y) { // $Log$ +// Revision 1.39 1999/02/05 21:29:07 curt +// Modifications to incorporate Jon S. Berndts flight model code. +// // Revision 1.38 1998/12/11 20:26:25 curt // Fixed view frustum culling accuracy bug so we can look out the sides and // back without tri-stripes dropping out.