X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2FGLTKkey.c;h=a6b6efc50885ca69f9814e802b99319be9886114;hb=450a307fc28f9e7563953599e799b274add831ab;hp=c34bdc3c755bc4881cda3eec6f6fa0cca958343c;hpb=0688c54540c1d867e79217ab06a6e7a9331bb30e;p=flightgear.git diff --git a/Main/GLTKkey.c b/Main/GLTKkey.c index c34bdc3c7..a6b6efc50 100644 --- a/Main/GLTKkey.c +++ b/Main/GLTKkey.c @@ -63,6 +63,7 @@ GLenum GLTKkey(int k, GLenum mask) { return GL_TRUE; case TK_s: c->throttle[0] += 0.05; + return GL_TRUE; case TK_ESCAPE: tkQuit(); } @@ -74,10 +75,13 @@ GLenum GLTKkey(int k, GLenum mask) { /* $Log$ -/* Revision 1.2 1997/05/23 15:40:24 curt -/* Added GNU copyright headers. -/* Fog now works! +/* Revision 1.3 1997/06/21 17:12:52 curt +/* Capitalized subdirectory names. /* + * Revision 1.2 1997/05/23 15:40:24 curt + * Added GNU copyright headers. + * Fog now works! + * * Revision 1.1 1997/05/21 15:57:49 curt * Renamed due to added GLUT support. *