Originally posted by Kazan:
bool operator==(const vector &one, const vector &two)
{
return ((one.x == two.x) | | (one.y == two.y) | | (one.z == two.z));
}
should be
bool operator==(const vector &one, const vector &two)
{
return ((one.x == two.x) && (one.y == two.y) && (one.z == two.z));
}
Stupid: I have thing like that with FRED2. It says something like:
Alpha 1 should be Kappa3, and I cant edit Alpha 1's name
it takes about 2 hours to fix
and if I dont fix it it shows an error screen
------------------
Calvin (Calvin & Hobbes):
YAAH! DEATH TO OATMEAL!
------------------
Terrans use guns, Vasudans use punching and kicking,
but Shivans have 5 legs multiple eyes and built in Plasma beams
(Dr.Zer0, as seen on VBB)