Home
last modified time | relevance | path

Searched refs:SBAY_MASS_PER_ROW (Results 1 – 3 of 3) sorted by relevance

/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dsis.h48 #define SBAY_MASS_PER_ROW 50 macro
H A Dshipyard.c1346 m = num_frames < SBAY_MASS_PER_ROW ? in DrawBluePrint()
1347 num_frames : SBAY_MASS_PER_ROW; in DrawBluePrint()
H A Dsis.c1353 rowNr = cellNr / SBAY_MASS_PER_ROW; in GetSBayCapacity()
1354 colNr = cellNr % SBAY_MASS_PER_ROW; in GetSBayCapacity()