summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilereg.h')
-rw-r--r--crawl-ref/source/tilereg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tilereg.h b/crawl-ref/source/tilereg.h
index e427877672..b46a033945 100644
--- a/crawl-ref/source/tilereg.h
+++ b/crawl-ref/source/tilereg.h
@@ -255,8 +255,8 @@ protected:
int get_buffer_index(const coord_def &gc);
void to_screen_coords(const coord_def &gc, coord_def& pc) const;
-
- std::vector<unsigned int> m_tileb;
+
+ std::vector<unsigned int> m_tileb;
int m_cx_to_gx;
int m_cy_to_gy;
coord_def m_cursor[CURSOR_MAX];