1
0
Fork 0

boy, what a load of ...

This commit is contained in:
mfranz 2006-06-07 21:35:11 +00:00
parent d2791fdc9d
commit fe3bdf0837
2 changed files with 1 additions and 2 deletions

View 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. :-)

View 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};