summaryrefslogtreecommitdiff
path: root/src/hiscore.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:57 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:57 +0100
commitee4aec30851e64cc7a5599be6272b832ed7018c1 (patch)
tree4cdd02d0346b8f478829691cfafe7dbf5fb906e2 /src/hiscore.h
parent06365ca3274fc48b3c0b69418c1f8ee0d63a9a37 (diff)
Remove unused BACT_* values, including Arena code
Diffstat (limited to 'src/hiscore.h')
-rw-r--r--src/hiscore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hiscore.h b/src/hiscore.h
index c74525a1..e4923165 100644
--- a/src/hiscore.h
+++ b/src/hiscore.h
@@ -46,10 +46,10 @@ struct high_score
char max_lev[4]; /* Max Player Level (number) */
char max_dun[4]; /* Max Dungeon Level (number) */
- char arena_number[4]; /* Arena level attained -KMW- */
- char inside_arena[4]; /* Did the player die in the arena? */
+ char unused_2[4]; /* Kept for compatibility only */
+ char unused_3[4]; /* Kept for compatibility only */
char inside_quest[4]; /* Did the player die in a quest? */
- char exit_bldg[4]; /* Can the player exit arena? Goal obtained? -KMW- */
+ char unused_4[4]; /* Kept for compatibility only */
char how[32]; /* Method of death (string) */
};