(svn r6895) - Fix (r6884): Add 'last' parameter to the town name generators.

This commit is contained in:
2006-10-22 10:08:49 +00:00
parent 8e3853f5ce
commit 9f1163af09
3 changed files with 156 additions and 155 deletions

View File

@@ -3,7 +3,7 @@
#ifndef NAMEGEN_H
#define NAMEGEN_H
typedef byte TownNameGenerator(char *buf, uint32 seed);
typedef byte TownNameGenerator(char *buf, uint32 seed, const char *last);
extern TownNameGenerator * const _town_name_generators[];