summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-03-28 15:23:38 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-03-28 16:11:32 +0200
commitf70360de5b65eb8f572bb3d4515aec52ca98b572 (patch)
tree96ab1b1b5b68864e5d86c24eeb78d7ed5622fa1b /crawl-ref/source/macro.h
parent9ff5ce4ef0f91568f66ab6a4218ade3c4e881736 (diff)
downloadcrawl-ref-f70360de5b65eb8f572bb3d4515aec52ca98b572.tar.gz
crawl-ref-f70360de5b65eb8f572bb3d4515aec52ca98b572.zip
Change key recorder to get unexpanded keys.
This should fix doing macros again (issue #1182).
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 cfff7a70eb..05f64bb5c7 100644
--- a/crawl-ref/source/macro.h
+++ b/crawl-ref/source/macro.h
@@ -29,7 +29,7 @@ public:
public:
key_recorder();
- void add_key(int key, bool reverse = false);
+ void add_keys(const keyseq& ks, bool reverse = false);
void clear();
};