From: Tim H. <ho...@wu...> - 2006-11-16 15:49:19
|
Hi, I finally got back to looking at tuxmath, and there have been a lot of good changes! Two small bugs: 1. In options.c, the function Opts_SetMaxComets actually sets game_options->extra_comets_per_wave rather than game_options->max_comets. This causes there to be 2 comets in the first wave, but 10 comets in the 2nd (rather than the 4 that was intended), and the options file written in the user's .tuxmath directory does not live up to the stated defaults. 2. (documentation bug) In the README.txt in the doc/ directory, the section about "Setting Administrative Options" claims the system-wide options file is in /usr/local/share/tuxmath/, but on my installation it's in the "missions" subdirectory of this directory. --Tim |