diff options
Diffstat (limited to 'games/xshisen/files/patch-components.h')
-rw-r--r-- | games/xshisen/files/patch-components.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xshisen/files/patch-components.h b/games/xshisen/files/patch-components.h new file mode 100644 index 000000000000..334d9f99c6eb --- /dev/null +++ b/games/xshisen/files/patch-components.h @@ -0,0 +1,12 @@ +--- components.h.orig 2002-07-07 16:34:23.000000000 +0900 ++++ components.h 2011-12-07 11:31:45.000000000 +0900 +@@ -61,6 +61,8 @@ + #define HNUM (PKIND*2) // Number of pairs to pick up + #define SCORENUM 10 // Number of people to register in high-score + #define NAMELEN 28 // Length of name in high-score ++#define NBUFLEN 127 // Length of namebuf-1 ++#define GECOSLEN (NBUFLEN-12) // Length for GECOS field-1 + + class Timer { + private: + |