summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-15 19:41:02 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-15 19:42:16 +0100
commit4d72130f8667aecee64274f6280b237691992915 (patch)
tree78acba405b333a99dfab36a517c95724eddcb6ed /crawl-ref/source/player.cc
parent842b2c91c85eadf3e9a62d35f359bd7bc50f679e (diff)
downloadcrawl-ref-4d72130f8667aecee64274f6280b237691992915.tar.gz
crawl-ref-4d72130f8667aecee64274f6280b237691992915.zip
Rename acr.cc to main.cc.
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index e59cf44cd9..765c40ebd1 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -327,7 +327,7 @@ bool move_player_to_grid( const coord_def& p, bool stepped, bool allow_shift,
viewwindow(false);
// Other Effects:
- // Clouds -- do we need this? (always seems to double up with acr.cc call)
+ // Clouds -- do we need this? (always seems to double up with main.cc call)
// if (is_cloud( you.x_pos, you.y_pos ))
// in_a_cloud();
@@ -1117,7 +1117,7 @@ int player_hunger_rate(void)
&& you.piety >= piety_breakpoint(0))
hunger--;
- // Moved here from acr.cc... maintaining the >= 40 behaviour.
+ // Moved here from main.cc... maintaining the >= 40 behaviour.
if (you.hunger >= 40)
{
if (you.duration[DUR_INVIS] > 0)