summaryrefslogtreecommitdiff
path: root/src/gui/viewport.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-06 00:20:40 -0700
committerIra Rice <irarice@gmail.com>2009-01-06 00:20:40 -0700
commitc38a213e2a70c00b338d9e3fe284a3e7ed336b44 (patch)
treecaac2f99c3c37a518af27b28c60c5b682842b318 /src/gui/viewport.cpp
parent6cf01b1bd92cfb9bb3b074b6a4976cbe99f965c2 (diff)
downloadMana-c38a213e2a70c00b338d9e3fe284a3e7ed336b44.tar.gz
Mana-c38a213e2a70c00b338d9e3fe284a3e7ed336b44.tar.bz2
Mana-c38a213e2a70c00b338d9e3fe284a3e7ed336b44.tar.xz
Mana-c38a213e2a70c00b338d9e3fe284a3e7ed336b44.zip
Fixed the windows cbp file, deleted some files which we don't use, and
fixed a few compiler warnings noticed from building in windows. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/viewport.cpp')
-rw-r--r--src/gui/viewport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp
index 35b5ec88..f6f9bb42 100644
--- a/src/gui/viewport.cpp
+++ b/src/gui/viewport.cpp
@@ -201,7 +201,7 @@ Viewport::draw(gcn::Graphics *gcnGraphics)
// Draw text
if (textManager)
{
- textManager->draw(graphics, mPixelViewX, mPixelViewY);
+ textManager->draw(graphics, (int) mPixelViewX, (int) mPixelViewY);
}
// Draw player names, speech, and emotion sprite as needed