Home
last modified time | relevance | path

Searched refs:n_births (Results 1 – 2 of 2) sorted by relevance

/dports/games/gigalomania/gigalomaniasrc/
H A Dplayer.h31 int n_births; // saved variable
70 return this->n_births; in getNBirths()
83 this->n_births += n; in registerBirths()
H A Dplayer.cpp65 index(index), dead(false), n_births(0), n_deaths(0), n_men_for_this_island(0), n_suspended(0), is_h… in Player()
82 stream << "n_births=\"" << n_births << "\" "; in saveState()
115 n_births = atoi(attribute->Value()); in loadStateParseXMLNode()
1146 int final_men = n_men_for_this_island + n_births - n_deaths; in getFinalMen()