View Single Post
Old 03-11-2003, 06:05 PM  
caladan
Senior Member
 
Join Date: Jan 2003
Posts: 179
Default

and another quickfix for powerusers:


if u want to use %V cookie in progressbar there is one thing to change in source:

edit convert.h
line 434


change:
for ( ; n < 14 ; n++) raceI->misc.progress_bar[n] = ':';

to:
for ( ; n < 14 ; n++) raceI->misc.progress_bar[n] = '-';

have fun
Caladan

ps.: fix will be included in next rlz

(remember: free source rocks )
caladan is offline   Reply With Quote