summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@wybt.net>2010-11-25 19:55:29 +0300
committerVsevolod Kozlov <zaba@wybt.net>2010-11-25 19:55:29 +0300
commit3a1f44834a77762edbbf7740f324bdd48e13b52d (patch)
treeee8879a185c286124fd1c142eeca8f4454469cb1 /crawl-ref/source/notes.h
parent4aa9c18a27b2ced57fcd0c0755c9eba77df4a48e (diff)
downloadcrawl-ref-3a1f44834a77762edbbf7740f324bdd48e13b52d.tar.gz
crawl-ref-3a1f44834a77762edbbf7740f324bdd48e13b52d.zip
Remove rune_subst; bump save major version, map cache version; clean up after version bump.
This is rather large, but rune_subst was in the saves, and I decided it was cleaner to bump the major version than the minor one. This updates enum.h. I apologize for the inconvenience. This might have broken something, but the previous changes to .des files should have taken care of that.
Diffstat (limited to 'crawl-ref/source/notes.h')
-rw-r--r--crawl-ref/source/notes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/notes.h b/crawl-ref/source/notes.h
index 2c0f58befb..f1bda0e97a 100644
--- a/crawl-ref/source/notes.h
+++ b/crawl-ref/source/notes.h
@@ -33,9 +33,7 @@ enum NOTE_TYPES
NOTE_ID_ITEM, /* needs: item name (string) */
NOTE_GET_ITEM, /* needs: item name (string) */
NOTE_GAIN_SKILL, /* needs: skill id, level */
-#if TAG_MAJOR_VERSION > 31
NOTE_LOSE_SKILL, /* needs: skill id, level */
-#endif
NOTE_SEEN_MONSTER, /* needs: monster name (string) */
NOTE_KILL_MONSTER, /* needs: monster name (string) */
NOTE_POLY_MONSTER, /* needs: monster name (string) */
@@ -50,9 +48,6 @@ enum NOTE_TYPES
NOTE_SEEN_FEAT, /* needs: feature seen (string) */
NOTE_XOM_EFFECT, /* needs: description (name string) */
NOTE_XOM_REVIVAL, /* needs: death cause (string) */
-#if TAG_MAJOR_VERSION == 31
- NOTE_LOSE_SKILL, /* needs: skill id, level */
-#endif
NOTE_NUM_TYPES
};