Thread: Release #2!
View Single Post
Re: Release #2!
Old
  (#77)
Huntkillaz
Member
 
Huntkillaz's Avatar
 
Status: Offline
Posts: 594
Join Date: Mar 2004
Location: Middle Earth (New Zealand)
Default Re: Release #2! - 09-06-2004

edited: sorry i as in rush to post so didn't finish

next minor thing .... needed to fix:
Code:
  // A* returned failure
     if (path == NULL)
        UTIL_HostPrint ("Waypoint Problem! No path found!\n");
  
     // otherwise, we had a successful search
     return (path);
  }
need to show which node the error is at for this and to stop it displaying over n over...
-----------------------------------------


●_•

Last edited by Huntkillaz; 09-06-2004 at 05:36..
  
Reply With Quote