• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revision4572a01f962736623cd0cc5ab4000451003db366 (tree)
Time2020-05-28 19:44:59
AuthorHourier <hourier@user...>
CommiterHourier

Log Message

[Refactot] #40399 Moved MAX_GOLD from object.h to object2.c

Change Summary

Incremental Difference

--- a/src/object/object1.h
+++ b/src/object/object1.h
@@ -29,7 +29,6 @@
2929 */
3030
3131 #define OBJ_GOLD_LIST 480 /* First "gold" entry */
32-#define MAX_GOLD 18 /* Number of "gold" entries */
3332
3433 #include "object/object-util.h"
3534
--- a/src/object/object2.c
+++ b/src/object/object2.c
@@ -49,7 +49,9 @@
4949 #include "object/tr-types.h"
5050 #include "object/trc-types.h"
5151
52- /*
52+#define MAX_GOLD 18 /* Number of "gold" entries */
53+
54+/*
5355 * todo この説明長すぎ。何とかしたい
5456 * Determine if an item can "absorb" a second item
5557 *
Show on old repository browser