October 10, 2004

Good Vibrations

Found the following in our init code:

#ifdef ketpier
bForceRumbleOff = true; // I hate it hate it HATE IT!
#endif

(username changed to protect the guilty)

I guess our lead programmer doesn't like his controller in vibrate mode :)

Project management tip for the day:
add -D$(USERNAME) as a compiler flag in order to enable per-user defines that prevents your only-useful-to-you debugging code from polluting the tty (That's the theory. I just create macros that can toggle printing on and off in sections of code and then apologize when I accidentally check the code in with the printing toggled on).

Posted by matt at October 10, 2004 05:32 PM
Comments