summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilebuf.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-03-30 11:08:18 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-03-30 11:17:05 +0200
commit9145e07527b521afea1b13a2fee0b39f7f3e83b4 (patch)
treea3fdaa0c1cf0a4a68ea9b4fab9c0a4ac25bf4175 /crawl-ref/source/tilebuf.cc
parentac43205a05aceaffab8b419d6434a7f38ec0b551 (diff)
downloadcrawl-ref-9145e07527b521afea1b13a2fee0b39f7f3e83b4.tar.gz
crawl-ref-9145e07527b521afea1b13a2fee0b39f7f3e83b4.zip
"make ASSERTS=y" to force assertion checks even in non-debug builds.
Diffstat (limited to 'crawl-ref/source/tilebuf.cc')
-rw-r--r--crawl-ref/source/tilebuf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilebuf.cc b/crawl-ref/source/tilebuf.cc
index e39e0cd21c..cd60aee823 100644
--- a/crawl-ref/source/tilebuf.cc
+++ b/crawl-ref/source/tilebuf.cc
@@ -101,7 +101,7 @@ VColour VColour::transparent(0, 0, 0, 0);
/////////////////////////////////////////////////////////////////////////////
// VertBuffer
-#ifdef DEBUG
+#ifdef ASSERTS
static bool _valid(int num_verts, int prim)
{
switch (prim)