Searched refs:maxStars (Results 1 – 1 of 1) sorted by relevance
87 int maxStars; member111 data->maxStars = 4096; in fs_init()112 data->stars = (Star *) malloc (data->maxStars * sizeof (Star)); in fs_init()130 IMAX (data->nbStars_limit_p) = data->maxStars; in fs_init()178 if (fs->nbStars >= fs->maxStars) in addABomb()299 FVAL (data->nbStars_p) = (float) data->nbStars / (float) data->maxStars; in fs_apply()301 data->maxStars = IVAL (data->nbStars_limit_p); in fs_apply()