01-22-2010, 08:08 PM
That's not how you call a function, you just use the name, no need to specify the return type when calling it, just do:
Not even sure how that compiled.
Code:
case '1': // Case for choosing the good alignment
cout << "You have chosen to join the sides of good...\n\n";
FUNC_RACE_GOOD(); // Call the good race function
break;
The little boat gently drifted across the pond exactly the way a bowling ball wouldn't.