Staticize a local constant
This commit is contained in:
parent
8d3ef6e4ab
commit
7f5e17be82
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user