summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgn.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-05-26 22:39:31 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-05-26 23:06:32 +0200
commit904c7319a166a002bf156cd704fd819ce282640d (patch)
treecf6618f4eb43a96f154d9ddeb8bd3e5cca48a42d /crawl-ref/source/l_dgn.cc
parentbf921ce40c648afa6cce0e783957b90a267d2478 (diff)
downloadcrawl-ref-904c7319a166a002bf156cd704fd819ce282640d.tar.gz
crawl-ref-904c7319a166a002bf156cd704fd819ce282640d.zip
Move dgn.mark_game_won() to crawl., it's not related to map generation.
Diffstat (limited to 'crawl-ref/source/l_dgn.cc')
-rw-r--r--crawl-ref/source/l_dgn.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/l_dgn.cc b/crawl-ref/source/l_dgn.cc
index 25339c262e..810e8dbf56 100644
--- a/crawl-ref/source/l_dgn.cc
+++ b/crawl-ref/source/l_dgn.cc
@@ -1784,8 +1784,6 @@ LUAFN(dgn_apply_tide)
return (0);
}
-LUAWRAP(dgn_mark_game_won, crawl_state.mark_last_game_won())
-
const struct luaL_reg dgn_dlib[] =
{
{ "reset_level", _dgn_reset_level },
@@ -1892,8 +1890,6 @@ const struct luaL_reg dgn_dlib[] =
{ "apply_tide", dgn_apply_tide },
-{ "mark_game_won", dgn_mark_game_won },
-
{ NULL, NULL }
};