summaryrefslogtreecommitdiffstats
path: root/phantasia
diff options
context:
space:
mode:
authortron <tron@NetBSD.org>1999-01-02 15:47:55 +0000
committertron <tron@NetBSD.org>1999-01-02 15:47:55 +0000
commit88ddc247b226dce915bba2681778e7926086e59a (patch)
treeb91f388e6886c36e4b77e14e1a2d301f4a994cad /phantasia
parentd68e1460c08991f16b1e6d06efdea65ac4adcd2d (diff)
downloadbsdgames-darwin-88ddc247b226dce915bba2681778e7926086e59a.tar.gz
bsdgames-darwin-88ddc247b226dce915bba2681778e7926086e59a.tar.zst
bsdgames-darwin-88ddc247b226dce915bba2681778e7926086e59a.zip
Remove obsolete header file. Fixes PR bin/6700 by Joseph S. Myers.
Diffstat (limited to 'phantasia')
-rw-r--r--phantasia/oldplayer.h56
1 files changed, 0 insertions, 56 deletions
diff --git a/phantasia/oldplayer.h b/phantasia/oldplayer.h
deleted file mode 100644
index 73b6f5cc..00000000
--- a/phantasia/oldplayer.h
+++ /dev/null
@@ -1,56 +0,0 @@
-/* $NetBSD: oldplayer.h,v 1.2 1995/03/24 03:59:09 cgd Exp $ */
-
-/*
- * oldplayer.h - old player structure
- */
-
-struct oldplayer /* player statistics */
- {
- char o_name[21]; /* name */
- char o_password[9]; /* password */
- char o_login[10]; /* login */
- double o_x; /* x coord */
- double o_y; /* y coord */
- double o_experience; /* experience */
- int o_level; /* level */
- short o_quickness; /* quickness */
- double o_strength; /* strength */
- double o_sin; /* sin */
- double o_mana; /* mana */
- double o_gold; /* gold */
- double o_energy; /* energy */
- double o_maxenergy; /* maximum energy */
- double o_magiclvl; /* magic level */
- double o_brains; /* brains */
- short o_crowns; /* crowns */
- struct
- {
- short ring_type; /* type of ring */
- short ring_duration; /* duration of ring */
- } o_ring; /* ring stuff */
- bool o_palantir; /* palantir */
- double o_poison; /* poison */
- short o_holywater; /* holy water */
- short o_amulets; /* amulets */
- bool o_blessing; /* blessing */
- short o_charms; /* charms */
- double o_gems; /* gems */
- short o_quksilver; /* quicksilver */
- double o_sword; /* sword */
- double o_shield; /* shield */
- short o_type; /* character type */
- bool o_virgin; /* virgin */
- short o_lastused; /* day of year last used */
- short o_status; /* playing, cloaked, etc. */
- short o_tampered; /* decree'd, etc. flag */
- double o_1scratch,
- o_2scratch; /* variables used for decree, player battle */
- bool o_blindness; /* blindness */
- int o_notused; /* not used */
- long o_age; /* age in seconds */
- short o_degenerated; /* age/2500 last degenerated */
- short o_istat; /* used for inter-terminal battle */
-#ifdef PHANTPLUS
- short o_lives;
-#endif
- };