summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/store.cc')
-rw-r--r--crawl-ref/source/store.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/store.cc b/crawl-ref/source/store.cc
index 6feed39058..70ff742ddb 100644
--- a/crawl-ref/source/store.cc
+++ b/crawl-ref/source/store.cc
@@ -251,7 +251,7 @@ void CrawlStoreValue::unset(bool force)
case SV_NONE:
ASSERT(false);
-
+
case NUM_STORE_VAL_TYPES:
ASSERT(false);
}
@@ -417,7 +417,7 @@ void CrawlStoreValue::write(writer &th) const
case SV_NONE:
ASSERT(false);
-
+
case NUM_STORE_VAL_TYPES:
ASSERT(false);
}
@@ -497,7 +497,7 @@ void CrawlStoreValue::read(reader &th)
case SV_NONE:
ASSERT(false);
-
+
case NUM_STORE_VAL_TYPES:
ASSERT(false);
}
@@ -1192,7 +1192,7 @@ CrawlStoreValue& CrawlHashTable::get_value(const std::string &key)
if (i == hash_map.end())
{
- hash_map[key] = CrawlStoreValue(default_flags);
+ hash_map[key] = CrawlStoreValue(default_flags);
CrawlStoreValue &val = hash_map[key];
if (type != SV_NONE)