summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/guic-x11.cc
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-19 03:55:41 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-19 03:55:41 +0000
commitb305accdee3ce085e65639f874e59f9592f234d3 (patch)
tree6aaecf6c1698b827e62fca4e026f95f9816502ce /crawl-ref/source/guic-x11.cc
parent8b88fbd2166388611430cf0036e988b3e24adbd4 (diff)
downloadcrawl-ref-b305accdee3ce085e65639f874e59f9592f234d3.tar.gz
crawl-ref-b305accdee3ce085e65639f874e59f9592f234d3.zip
Tile support to show travel exclusions.
Added status graphic for poisoned monsters. Changing tile storage type from unsigned short to unsigned int to have room for more flag bits. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3300 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/guic-x11.cc')
-rw-r--r--crawl-ref/source/guic-x11.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/guic-x11.cc b/crawl-ref/source/guic-x11.cc
index 941ac914ad..564754e3ab 100644
--- a/crawl-ref/source/guic-x11.cc
+++ b/crawl-ref/source/guic-x11.cc
@@ -249,7 +249,7 @@ void WinClass::create(char *name)
LeaveWindowMask | EnterWindowMask | StructureNotifyMask );
move(ox, oy);
- XStoreName(display, win, CRAWL VERSION);
+ XStoreName(display, win, CRAWL " " VERSION);
}
else
resize(0,0);