summaryrefslogtreecommitdiff
path: root/src/graphic/graphic.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-28 17:28:21 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-28 17:28:21 +0000
commitff63c0e4a73f56558de77f255765e68b662008f6 (patch)
tree348aed36d6824fd60bf5e9fd8c6f0a0c7730b28f /src/graphic/graphic.cpp
parentc962acb281f41830a52df7c1888f92658aaf2700 (diff)
downloadMana-ff63c0e4a73f56558de77f255765e68b662008f6.tar.gz
Mana-ff63c0e4a73f56558de77f255765e68b662008f6.tar.bz2
Mana-ff63c0e4a73f56558de77f255765e68b662008f6.tar.xz
Mana-ff63c0e4a73f56558de77f255765e68b662008f6.zip
Make stats window display numbers instead of characters.
Diffstat (limited to 'src/graphic/graphic.cpp')
-rw-r--r--src/graphic/graphic.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/graphic/graphic.cpp b/src/graphic/graphic.cpp
index 6a870d2e..2635a194 100644
--- a/src/graphic/graphic.cpp
+++ b/src/graphic/graphic.cpp
@@ -554,5 +554,4 @@ void GraphicEngine::refresh() {
"[%i fps] %i,%i", fps, mouse_x/32+camera_x, mouse_y/32+camera_y);
blit(buffer, screen, 0, 0, 0, 0, SCREEN_W, SCREEN_H);
-
-} \ No newline at end of file
+}