summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-05-12 17:00:29 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-05-12 18:59:17 +0200
commitf468bf42f180507721435f1b0521071811be1064 (patch)
tree343ae52b65c9bdb7553df9d2997123bd5055a514 /crawl-ref/source/macro.h
parent3246d0188d27edd2c8ed063b112a09a64f950f33 (diff)
downloadcrawl-ref-f468bf42f180507721435f1b0521071811be1064.tar.gz
crawl-ref-f468bf42f180507721435f1b0521071811be1064.zip
Revert "Change key recorder to get unexpanded keys."
This reverts commit f70360de5b65eb8f572bb3d4515aec52ca98b572. This was a bad idea. Hopefully fixes some of the bugs we've been seeing.
Diffstat (limited to 'crawl-ref/source/macro.h')
-rw-r--r--crawl-ref/source/macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/macro.h b/crawl-ref/source/macro.h
index df581d5fae..ddcc1612da 100644
--- a/crawl-ref/source/macro.h
+++ b/crawl-ref/source/macro.h
@@ -22,7 +22,7 @@ public:
public:
key_recorder();
- void add_keys(const keyseq& ks, bool reverse = false);
+ void add_key(int key, bool reverse = false);
void clear();
};