]> git.mxchange.org Git - flightgear.git/blobdiff - Main/GLTKkey.c
Restructuring make, adding automatic "make dep" support.
[flightgear.git] / Main / GLTKkey.c
index c34bdc3c755bc4881cda3eec6f6fa0cca958343c..36595607feca05f59befa89b98ef70a30655a1ad 100644 (file)
@@ -30,7 +30,7 @@
 #include "gltk.h"
 
 #include "GLTKkey.h"
-#include "../aircraft/aircraft.h"
+#include "../Aircraft/aircraft.h"
 
 
 /* Handle keyboard events */
@@ -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,16 @@ 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.4  1997/06/26 19:08:32  curt
+/* Restructuring make, adding automatic "make dep" support.
 /*
+ * 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.
  *