(svn r12004) -Codechange: refactor the random functions to reduce code duplication.
This commit is contained in:
@@ -1456,7 +1456,7 @@ static const OldChunks main_chunk[] = {
|
||||
OCL_VAR ( OC_FILE_U16 | OC_VAR_U32, 1, &_date ),
|
||||
OCL_VAR ( OC_UINT16, 1, &_date_fract ),
|
||||
OCL_NULL( 600 ), ///< TextEffects
|
||||
OCL_VAR ( OC_UINT32, 2, &_random_seeds[0] ),
|
||||
OCL_VAR ( OC_UINT32, 2, &_random.state ),
|
||||
|
||||
OCL_ASSERT( 0x264 ),
|
||||
OCL_CHUNK( 70, LoadOldTown ),
|
||||
|
Reference in New Issue
Block a user