summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiletex.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tiletex.h')
-rw-r--r--crawl-ref/source/tiletex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tiletex.h b/crawl-ref/source/tiletex.h
index c9488019f3..9c689dcbcd 100644
--- a/crawl-ref/source/tiletex.h
+++ b/crawl-ref/source/tiletex.h
@@ -44,7 +44,8 @@ public:
unsigned int h);
bool load_texture(const char *filename, MipMapOptions mip_opt,
- tex_proc_func proc = NULL);
+ tex_proc_func proc = NULL,
+ bool force_power_of_two = true);
bool load_texture(unsigned char *pixels, unsigned int w, unsigned int h,
MipMapOptions mip_opt);
void unload_texture();