Thread
:
Bug in botmans changepitch function
View Single Post
Bug in botmans changepitch function
(#
1
)
Rick
Council Member
Status:
Offline
Posts: 690
Join Date: Dec 2003
Location: Holland
Bug in botmans changepitch function -
15-04-2004
There is a bug in botmans changepitch function;
Code:
current = pEdict->v.v_angle.x;
should be
Code:
current = -pEdict->v.v_angle.x;
This is because the x angle is reverted...
Cube Bots
Nixstaller
Rick
View Public Profile
Send a private message to Rick
Visit Rick's homepage!
Find More Posts by Rick