X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fhud.cxx;h=57c2264e81527c9702b157825269b79735e5a274;hb=8e5f3ac8a333a971d7f8104a387426c3bc47a014;hp=b06a1917bb68e8a4e97a31ada1be75e2d103f75a;hpb=c4ea02811bab4d1f1956101c7d9903ee91a38154;p=flightgear.git diff --git a/src/Cockpit/hud.cxx b/src/Cockpit/hud.cxx index b06a1917b..57c2264e8 100644 --- a/src/Cockpit/hud.cxx +++ b/src/Cockpit/hud.cxx @@ -42,8 +42,6 @@ #include -#include -//#include #include // FGFontCache #include
#include @@ -230,7 +228,7 @@ int readHud( istream &input ) // display for a Piper Cub doesn't show the speed range of a North American // mustange and the engine readouts of a B36! // -int fgHUDInit( fgAIRCRAFT * /* current_aircraft */ ) +int fgHUDInit() { HUD_style = 1; @@ -282,7 +280,7 @@ int fgHUDInit( fgAIRCRAFT * /* current_aircraft */ ) } -int fgHUDInit2( fgAIRCRAFT * /* current_aircraft */ ) +int fgHUDInit2() { HUD_style = 2;