]> git.mxchange.org Git - flightgear.git/commitdiff
boy, what a load of ...
authormfranz <mfranz>
Wed, 7 Jun 2006 21:35:11 +0000 (21:35 +0000)
committermfranz <mfranz>
Wed, 7 Jun 2006 21:35:11 +0000 (21:35 +0000)
src/Cockpit/hud.hxx
src/Cockpit/hud_inst.cxx

index c4bb458caaaff9edd13f31f798f05f32387e5a24..24525fca6a87a1f8de127171c3cfa192694a7492 100644 (file)
@@ -69,7 +69,6 @@ SG_USING_STD(vector);
 SG_USING_NAMESPACE(std);
 
 
-#define HUD_BRT_MEDIUM         5    // FIXME remove me
 
 // some of Norman's crazy optimizations. :-)
 
index 53894e257710177def550d027c6d22d0a88c2639..2505aa1a49123eea3aa48a9b28b8c7873d0cb5f4 100644 (file)
@@ -3,7 +3,7 @@
 
 
 UINT instr_item :: instances = 0;  // Initial value of zero
-int  instr_item :: brightness = HUD_BRT_MEDIUM;
+int  instr_item :: brightness = 5;/*HUD_BRT_MEDIUM*/
 //glRGBTRIPLE instr_item :: color = {0.1, 0.7, 0.0};
 glRGBTRIPLE instr_item :: color = {0.0, 1.0, 0.0};