From 850a746ed22423dc4bd7273850527368bf106374 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 9 Mar 1998 22:48:40 +0000 Subject: [PATCH] Minor "formatting" tweaks. --- Cockpit/hud.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Cockpit/hud.c b/Cockpit/hud.c index f1304931d..f6e40b02f 100644 --- a/Cockpit/hud.c +++ b/Cockpit/hud.c @@ -34,7 +34,7 @@ #ifndef WIN32 # include // for MAXINT -#endif // +#endif #include "hud.h" @@ -51,7 +51,7 @@ // #define DEBUG #define drawOneLine(x1,y1,x2,y2) glBegin(GL_LINES); \ - glVertex2f ((x1),(y1)); glVertex2f ((x2),(y2)); glEnd(); + glVertex2f ((x1),(y1)); glVertex2f ((x2),(y2)); glEnd(); // The following routines obtain information concerntin the aircraft's @@ -1519,9 +1519,12 @@ void fgHUDSetBrightness( Hptr hud, int brightness ) } /* $Log$ -/* Revision 1.19 1998/02/23 20:18:28 curt -/* Incorporated Michele America's hud changes. +/* Revision 1.20 1998/03/09 22:48:40 curt +/* Minor "formatting" tweaks. /* + * Revision 1.19 1998/02/23 20:18:28 curt + * Incorporated Michele America's hud changes. + * * Revision 1.18 1998/02/21 14:53:10 curt * Added Charlie's HUD changes. * -- 2.39.2