misc.c
branchcustombridgeheads
changeset 5642 bfa6074e2833
parent 5573 afa6f92a71fd
equal deleted inserted replaced
5641:d4d00a16ef26 5642:bfa6074e2833
    22 char _name_array[512][32];
    22 char _name_array[512][32];
    23 
    23 
    24 #ifndef MERSENNE_TWISTER
    24 #ifndef MERSENNE_TWISTER
    25 
    25 
    26 #ifdef RANDOM_DEBUG
    26 #ifdef RANDOM_DEBUG
    27 #include "network_data.h"
    27 #include "network/network_data.h"
    28 uint32 DoRandom(int line, const char *file)
    28 uint32 DoRandom(int line, const char *file)
    29 #else // RANDOM_DEBUG
    29 #else // RANDOM_DEBUG
    30 uint32 Random(void)
    30 uint32 Random(void)
    31 #endif // RANDOM_DEBUG
    31 #endif // RANDOM_DEBUG
    32 {
    32 {