(svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)
This commit is contained in:
@@ -15,7 +15,7 @@ enum {
|
||||
LG_ORIGINAL = 0, ///< The original landscape generator
|
||||
LG_TERRAGENESIS = 1, ///< TerraGenesis Perlin landscape generator
|
||||
|
||||
GENERATE_NEW_SEED = (uint)-1, ///< Create a new random seed
|
||||
GENERATE_NEW_SEED = UINT_MAX, ///< Create a new random seed
|
||||
};
|
||||
|
||||
/* Modes for GenerateWorld */
|
||||
|
Reference in New Issue
Block a user