From ef790d0804b6a55ce946914454ad6addfe377df1 Mon Sep 17 00:00:00 2001 From: iks Date: Tue, 19 Feb 2013 16:33:45 +0000 Subject: [PATCH] replace realm_subinfo's char[n] to cptr --- src/birth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/birth.c b/src/birth.c index c5f2cd769..0f8e6cc9b 100644 --- a/src/birth.c +++ b/src/birth.c @@ -2000,7 +2000,7 @@ static cptr realm_jouhou[VALID_REALM] = #endif }; -static char realm_subinfo[VALID_REALM][41] = +static cptr realm_subinfo[VALID_REALM] = { #ifdef JP "´¶ÃΤÈËɸæ¤È²óÉü¤ËÍ¥¤ì¤Æ¤¤¤Þ¤¹", -- 2.11.0