|
From: <no...@so...> - 2001-10-22 18:58:23
|
Bugs item #473416, was opened at 2001-10-21 09:05 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=103248&aid=473416&group_id=3248 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 2 Submitted By: Frank Thilo (chestal) >Assigned to: Tim Riker (timriker) Summary: minor bzfs -help bug Initial Comment: There is a bug in extraUsage() which pritnf 0xffffff in the -lagdrop line for me. It's easy to fix, just change cout << "\t -lagdrop: drop player after this many lag warnings" << to cout << "\t -lagdrop: drop player after this many lag warnings" << endl; ---------------------------------------------------------------------- >Comment By: Tim Riker (timriker) Date: 2001-10-22 11:58 Message: Logged In: YES user_id=8134 fixed, thanx. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=103248&aid=473416&group_id=3248 |