Files
itgmania212121/stepmania
Steve Checkoway 74bfc030e4 Use RadianToDegree().
Cleanup braces.
#defines should never end with a semicolon since
STATEMENT
doesn't look like a complete statement (not to mention it fools editors that attempt to keep code indented correctly) and
STATEMENT;
can lead to annoying problems with things like
if (cond)
	STATEMENT;
else
	do_something();
since there are now two semicolons.
2004-08-19 02:35:40 +00:00
..
2004-06-08 13:57:00 +00:00
2004-07-30 15:47:12 +00:00
2004-07-02 20:08:17 +00:00
2004-08-07 00:43:34 +00:00
2004-08-06 20:23:47 +00:00
2004-08-19 02:35:40 +00:00
2004-07-11 21:15:55 +00:00
2004-08-06 23:58:54 +00:00
…
…
2004-05-31 02:17:18 +00:00