Thread: hey stefan...
View Single Post
hey stefan...
Old
  (#1)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default hey stefan... - 11-05-2004

Just got the realbot code in the CVS server but...

in cNodeMachine::add function (hmmm, maybe that cNodeMachine means more a char variable called NodeMachine, the class name may should be CNodeMachine)
Code:
  // record jumping
  if (pEntity->v.button & IN_JUMP); // what's this ; ?
	Nodes[index].iNodeBits |= BIT_JUMP;
  
Reply With Quote