From 73caeb4198e8321a6de37934b1120779469cae89 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Mon, 12 Oct 2009 06:26:57 -0700 Subject: project-wide: fix msvc compile breakage MSVC is like a chimp with Down's syndrome. Signed-off-by: Steven Noonan --- crawl-ref/source/tilefont.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/tilefont.cc') diff --git a/crawl-ref/source/tilefont.cc b/crawl-ref/source/tilefont.cc index b92a499aa9..6c2c9e2d5a 100644 --- a/crawl-ref/source/tilefont.cc +++ b/crawl-ref/source/tilefont.cc @@ -6,6 +6,8 @@ #include "AppHdr.h" REVISION("$Rev$"); +#ifdef USE_TILE + #include "tilebuf.h" #include "tilefont.h" #include "defines.h" @@ -759,3 +761,5 @@ void FTFont::store(FontBuffer &buf, float &x, float &y, x += m_glyphs[c].advance; } + +#endif -- cgit v1.2.3-54-g00ecf