Kent Mein
934a11e9ff
ok my last little tweak for today ;)
...
I cleaned up the code a little did a couple of these:
if (blah > stuff - wah) blah = stuff - wah;
changed to....
tmp = stuff - wah;
if (blah > tmp) blah = tmp;
and combined multiple if statements
Kent
2004-08-31 14:23:29 +00:00
..
2004-05-16 13:07:20 +00:00
2004-08-29 16:27:54 +00:00
2004-08-03 17:05:03 +00:00
2004-08-29 09:21:52 +00:00
2004-05-16 13:07:20 +00:00
2004-05-16 13:07:20 +00:00
2004-08-31 14:23:29 +00:00
2004-05-16 13:07:20 +00:00
2004-08-31 13:43:18 +00:00
2004-08-29 09:21:52 +00:00
2004-08-26 02:16:26 +00:00
2004-05-16 13:07:20 +00:00
2004-08-29 17:05:19 +00:00
2004-07-16 14:45:06 +00:00
2004-08-30 17:17:08 +00:00
2004-08-29 13:58:48 +00:00
2004-08-31 13:43:18 +00:00
2003-05-24 20:04:37 +00:00
2004-08-11 23:32:13 +00:00
2004-04-16 15:55:16 +00:00
2004-05-16 13:07:20 +00:00