Staticize a local constant

This commit is contained in:
Jens Ayton 2014-01-12 12:47:51 +01:00
parent 8d3ef6e4ab
commit 7f5e17be82

View File

@ -70,7 +70,7 @@ MA 02110-1301, USA.
}
const double kMesosphere = 10.0 * ATMOSPHERE_DEPTH; // atmosphere effect starts at 10x the height of the clouds
static const double kMesosphere = 10.0 * ATMOSPHERE_DEPTH; // atmosphere effect starts at 10x the height of the clouds
- (id) initFromDictionary:(NSDictionary *)dict withAtmosphere:(BOOL)atmosphere andSeed:(Random_Seed)seed