File diff r8263:00e828e1ab1f → r8264:d493cb51fe8a
src/namegen.cpp
Show inline comments
 
@@ -6,8 +6,9 @@
 
#include "openttd.h"
 
#include "debug.h"
 
#include "namegen.h"
 
#include "string_func.h"
 

	
 
#include "table/namegen.h"
 
#include "string_func.h"
 

	
 
static inline uint32 SeedChance(int shift_by, int max, uint32 seed)
 
{