View Single Post
Re: WP cache function bug
Old
  (#3)
sPlOrYgOn
<-- He did it.
 
sPlOrYgOn's Avatar
 
Status: Offline
Posts: 1,558
Join Date: Jan 2004
Location: Los Angeles, California, USA, North America, Earth, Solar System, Milky Way.
Default Re: WP cache function bug - 31-05-2004

I think I've just found the problem to this bug..
Code:
   UTIL_HostPrint ("Waypoint #%d has been put into memory\n");
should be
Code:
   UTIL_HostPrint ("Waypoint #%d has been put into memory\n", g_iCachedWaypoint);
  
Reply With Quote