Changeset 478

Show
Ignore:
Timestamp:
08/09/07 13:04:13 (1 year ago)
Author:
takkaria
Message:

Remove now-unused ACT_ constants.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/defines.h

    r477 r478  
    28462846 
    28472847 
    2848 /* 
    2849  * Artifact activation index 
    2850  */ 
    2851 #define ACT_ILLUMINATION        0 
    2852 #define ACT_MAGIC_MAP           1 
    2853 #define ACT_CLAIRVOYANCE        2 
    2854 #define ACT_PROT_EVIL           3 
    2855 #define ACT_DISP_EVIL           4 
    2856 #define ACT_HEAL1               5 
    2857 #define ACT_HEAL2               6 
    2858 #define ACT_CURE_WOUNDS         7 
    2859 #define ACT_HASTE1              8 
    2860 #define ACT_HASTE2              9 
    2861 #define ACT_FIRE1               10 
    2862 #define ACT_FIRE2               11 
    2863 #define ACT_FIRE3               12 
    2864 #define ACT_FROST1              13 
    2865 #define ACT_FROST2              14 
    2866 #define ACT_FROST3              15 
    2867 #define ACT_FROST4              16 
    2868 #define ACT_FROST5              17 
    2869 #define ACT_ACID1               18 
    2870 #define ACT_RECHARGE1           19 
    2871 #define ACT_SLEEP               20 
    2872 #define ACT_LIGHTNING_BOLT      21 
    2873 #define ACT_ELEC2               22 
    2874 #define ACT_BANISHMENT          23 
    2875 #define ACT_MASS_BANISHMENT     24 
    2876 #define ACT_IDENTIFY            25 
    2877 #define ACT_DRAIN_LIFE1         26 
    2878 #define ACT_DRAIN_LIFE2         27 
    2879 #define ACT_BIZZARE             28 
    2880 #define ACT_STAR_BALL           29 
    2881 #define ACT_RAGE_BLESS_RESIST   30 
    2882 #define ACT_PHASE               31 
    2883 #define ACT_TRAP_DOOR_DEST      32 
    2884 #define ACT_DETECT              33 
    2885 #define ACT_RESIST              34 
    2886 #define ACT_TELEPORT            35 
    2887 #define ACT_RESTORE_LIFE        36 
    2888 #define ACT_MISSILE             37 
    2889 #define ACT_ARROW               38 
    2890 #define ACT_REM_FEAR_POIS       39 
    2891 #define ACT_STINKING_CLOUD      40 
    2892 #define ACT_STONE_TO_MUD        41 
    2893 #define ACT_TELE_AWAY           42 
    2894 #define ACT_WOR                 43 
    2895 #define ACT_CONFUSE             44 
    2896 #define ACT_PROBE               45 
    2897 #define ACT_FIREBRAND           46 
    2898 #define ACT_STARLIGHT           47 
    2899 #define ACT_MANA_BOLT           48 
    2900 #define ACT_BERSERKER           49 
    2901  
    2902 #define ACT_MAX                 50 
    2903  
    2904  
    2905  
    29062848/* player_type.noscore flags */ 
    29072849#define NOSCORE_WIZARD          0x0002