summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.h
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2011-10-17 22:37:36 -0400
committerSamuel Bronson <naesten@gmail.com>2011-10-17 22:37:36 -0400
commitcda958f6a7338257524015a6c712a9fded4717ac (patch)
treed68ce7a4ac0006bfbbc33723c3b9c0012d78bd2a /crawl-ref/source/tutorial.h
parent5d73bfa39c70944af694ea9d2eb38cc866ecc2c8 (diff)
downloadcrawl-ref-cda958f6a7338257524015a6c712a9fded4717ac.tar.gz
crawl-ref-cda958f6a7338257524015a6c712a9fded4717ac.zip
Replace {get,set,}_{sprint,tutorial}_map() with crawl_state.map.
Diffstat (limited to 'crawl-ref/source/tutorial.h')
-rw-r--r--crawl-ref/source/tutorial.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/tutorial.h b/crawl-ref/source/tutorial.h
index 97952589ac..184eda5549 100644
--- a/crawl-ref/source/tutorial.h
+++ b/crawl-ref/source/tutorial.h
@@ -6,11 +6,6 @@
#ifndef TUTORIAL_H
#define TUTORIAL_H
-// Set and get the current map. Used to transfer
-// map choice from game choice to level gen.
-void set_tutorial_map(const std::string& map);
-std::string get_tutorial_map();
-
// Set a few player attributes from the tutorial map.
void set_tutorial_hunger(int hunger);
void set_tutorial_skill(const char *skill, int level);