summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-07-27 02:37:37 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-07-28 07:30:48 +0200
commit76fc0d8475ea3ad98689dcb971da2ff988837523 (patch)
tree60411a5deb0c7d67b5894f39a12b1176aa1fd81a /crawl-ref/source/menu.cc
parentc2388105426bc7277bca52ef1fd236317f93eec8 (diff)
downloadcrawl-ref-76fc0d8475ea3ad98689dcb971da2ff988837523.tar.gz
crawl-ref-76fc0d8475ea3ad98689dcb971da2ff988837523.zip
Whitespace/brace fixes.
Diffstat (limited to 'crawl-ref/source/menu.cc')
-rw-r--r--crawl-ref/source/menu.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/menu.cc b/crawl-ref/source/menu.cc
index 9b801fec74..02d4b620da 100644
--- a/crawl-ref/source/menu.cc
+++ b/crawl-ref/source/menu.cc
@@ -2393,7 +2393,7 @@ MenuObject* PrecisionMenu::_find_object_by_direction(const MenuObject* start,
// tiles saves entry coordinates in pixels, yet console saves them
// in characters
// basically, we want the AABB to be large enough to extend to the
- // bottom of the screen in every possible resolution
+ // bottom of the screen in every possible resolution
aabb_end.y = 32767;
break;
case LEFT:
@@ -3651,7 +3651,7 @@ MenuItem* MenuFreeform::_find_item_by_direction(const MenuItem* start,
// tiles saves entry coordinates in pixels, yet console saves them
// in characters
// basically, we want the AABB to be large enough to extend to the
- // bottom of the screen in every possible resolution
+ // bottom of the screen in every possible resolution
aabb_end.y = 32767;
break;
case LEFT: