summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-25 20:29:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-25 20:29:42 +0000
commitb47456fab26516bcf5f6b7311ff6589214e7628f (patch)
tree7aeb2d9d0793d67faed8ed60257a68f13257c84f /crawl-ref/source/files.cc
parent4a252be37aeea08adcc8c3721a9758508d0a8ea1 (diff)
downloadcrawl-ref-b47456fab26516bcf5f6b7311ff6589214e7628f.tar.gz
crawl-ref-b47456fab26516bcf5f6b7311ff6589214e7628f.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4637 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index adab4aa5b0..933292e178 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1079,7 +1079,7 @@ bool load( dungeon_feature_type stair_taken, load_mode_type load_mode,
}
crawl_view.set_player_at(you.pos(), true);
- // This should fix the "monster occuring under the player" bug?
+ // This should fix the "monster occurring under the player" bug?
if (make_changes && mgrd[you.x_pos][you.y_pos] != NON_MONSTER)
monster_teleport(&menv[mgrd[you.x_pos][you.y_pos]], true, true);