From d5bfb320fb5aa1a2f58de3846953357abfae1d11 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sat, 10 Jan 2009 22:16:58 +0000 Subject: [2498067] Fixing tiles menu graphics. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8399 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tilebuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/tilebuf.h') diff --git a/crawl-ref/source/tilebuf.h b/crawl-ref/source/tilebuf.h index 99897a6fe2..f3599b93d1 100644 --- a/crawl-ref/source/tilebuf.h +++ b/crawl-ref/source/tilebuf.h @@ -90,7 +90,7 @@ class TileBuffer : public VertBuffer public: TileBuffer(const TilesTexture *tex = NULL); - void add(int idx, float x, float y); + void add_unscaled(int idx, float x, float y); void add(int idx, int x, int y, int ox = 0, int oy = 0, bool centre = true, int ymax = -1); -- cgit v1.2.3-54-g00ecf