[jnh-cvs 581] [708] fix comment inconsistency

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2013年 4月 1日 (月) 03:33:29 JST


Revision: 708
          http://sourceforge.jp/projects/jnethack/scm/svn/commits/708
Author:   argrath
Date:     2013-04-01 03:33:29 +0900 (Mon, 01 Apr 2013)
Log Message:
-----------
fix comment inconsistency

Modified Paths:
--------------
    jnethack/trunk/include/you.h

Modified: jnethack/trunk/include/you.h
===================================================================
--- jnethack/trunk/include/you.h	2013-03-31 18:29:18 UTC (rev 707)
+++ jnethack/trunk/include/you.h	2013-03-31 18:33:29 UTC (rev 708)
@@ -76,7 +76,9 @@
 struct Role {
 	/*** Strings that name various things ***/
 	struct RoleName name;	/* the role's name (from u_init.c) */
+#if 1 /*JP*/
 	struct RoleName jname;	/* the role's name (from u_init.c) */
+#endif
 	struct RoleName rank[9]; /* names for experience levels (from botl.c) */
 	const char *lgod, *ngod, *cgod; /* god names (from pray.c) */
 	const char *filecode;	/* abbreviation for use in file names */
@@ -153,7 +155,9 @@
 struct Race {
 	/*** Strings that name various things ***/
 	const char *noun;	/* noun ("human", "elf") */
-/*JP*/	const char *j;		/* japanese */
+#if 1 /*JP*/
+	const char *j;		/* japanese */
+#endif
 	const char *adj;	/* adjective ("human", "elven") */
 	const char *coll;	/* collective ("humanity", "elvenkind") */
 	const char *filecode;	/* code for filenames */
@@ -199,7 +203,9 @@
 /*** Unified structure specifying gender information ***/
 struct Gender {
 	const char *adj;	/* male/female/neuter */
-/*JP*/	const char *j;		/* japanese */
+#if 1 /*JP*/
+	const char *j;		/* japanese */
+#endif
 	const char *he;		/* he/she/it */
 	const char *him;	/* him/her/it */
 	const char *his;	/* his/her/its */




Jnethack-cvs メーリングリストの案内
Back to archive index