Files @ r12410:4bb7a12b2f71
Branch filter:

Location: cpp/openttd-patchpack/source/src/namegen_func.h

rubidium
(svn r16854) -Fix (r2046): savegames from before this version would get the town id as their 'index' (#<num). For stations with custom names that custom name would be dropped and the lowest 6 bits of the StringID would be used for the 'index'. In other words, it resulted in a mess.
/* $Id$ */

/** @file namegen_func.h Town name generator stuff. */

#ifndef NAMEGEN_FUNC_H
#define NAMEGEN_FUNC_H

char *GenerateTownNameString(char *buf, const char *last, size_t lang, uint32 seed);

#endif /* NAMEGEN_FUNC_H */