View Single Post
Old Apr 7th, 2006, 3:31 AM   #5
nnxion
Programming Guru
 
nnxion's Avatar
 
Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5 nnxion is on a distinguished road
Quote:
Originally Posted by Jimbo
by the way, in your initialize function you have:
for(int i = 0; i < 20; i++)
{
   rand();
}
LOL, if it were srand I could understand, but it still wouldn't work, but this is just weird.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
nnxion is offline   Reply With Quote