(svn r1811) Use char for string handling in namegen.[ch]

This commit is contained in:
tron
2005-02-05 23:07:35 +00:00
parent 80776172a5
commit ccb80ab09d
2 changed files with 18 additions and 18 deletions

View File

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