summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilebuf.h
diff options
context:
space:
mode:
authorChris West <therealchriswest@hotmail.com>2013-01-03 14:50:26 +0000
committerChris West <therealchriswest@hotmail.com>2013-01-05 16:25:24 +0000
commita8d0a723dec2bc21bc7a9ede345414a3a86cf8d7 (patch)
tree33432f0523f42b9d8a7f18c345deebd31c11dd4f /crawl-ref/source/tilebuf.h
parent05ee1febfb3e47621532d27b924746547a7b7518 (diff)
downloadcrawl-ref-a8d0a723dec2bc21bc7a9ede345414a3a86cf8d7.tar.gz
crawl-ref-a8d0a723dec2bc21bc7a9ede345414a3a86cf8d7.zip
added autoexplore to touch tabs
Diffstat (limited to 'crawl-ref/source/tilebuf.h')
-rw-r--r--crawl-ref/source/tilebuf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tilebuf.h b/crawl-ref/source/tilebuf.h
index 0409919168..8e0402868d 100644
--- a/crawl-ref/source/tilebuf.h
+++ b/crawl-ref/source/tilebuf.h
@@ -65,7 +65,8 @@ public:
void add_unscaled(tileidx_t idx, float x, float y, int ymax = TILE_Y,
float scale = 1.0f);
void add(tileidx_t idx, int x, int y,
- int ox = 0, int oy = 0, bool centre = true, int ymax = -1);
+ int ox = 0, int oy = 0, bool centre = true, int ymax = -1,
+ float tile_x = TILE_X, float tile_y = TILE_Y);
};
class ColouredTileBuffer : public VertBuffer