summaryrefslogtreecommitdiff
path: root/src/main-crb.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-01-13 19:12:28 +0100
committerBardur Arantsson <bardur@scientician.net>2010-01-17 10:02:09 +0100
commitbc3e558042bccab622ef4df8ec3d0a703b4f8e2e (patch)
treeb0b7c8a5dbc057c59a18ccc598869014416d3829 /src/main-crb.c
parent7520b90e296f265961093506feaac68ae309f6e6 (diff)
Remove unused player ghost/bones code.
Diffstat (limited to 'src/main-crb.c')
-rw-r--r--src/main-crb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main-crb.c b/src/main-crb.c
index 7c8d11b7..c03c29f2 100644
--- a/src/main-crb.c
+++ b/src/main-crb.c
@@ -123,7 +123,7 @@
*
* FREF 130 = ANGBAND_CREATOR / 'APPL' (application)
* FREF 129 = ANGBAND_CREATOR / 'SAVE' (save file)
- * FREF 130 = ANGBAND_CREATOR / 'TEXT' (bone file, generic text file)
+ * FREF 130 = ANGBAND_CREATOR / 'TEXT' (generic text file)
* FREF 131 = ANGBAND_CREATOR / 'DATA' (binary image file, score file)
*
* DLOG 128 = "About Angband..."
@@ -174,7 +174,6 @@
*
* File name patterns:
* all 'APEX' files have a filename of the form "*:apex:*" (?)
- * all 'BONE' files have a filename of the form "*:bone:*" (?)
* all 'DATA' files have a filename of the form "*:data:*"
* all 'SAVE' files have a filename of the form "*:save:*"
* all 'USER' files have a filename of the form "*:user:*" (?)