aboutsummaryrefslogtreecommitdiff
path: root/isometric.c
diff options
context:
space:
mode:
Diffstat (limited to 'isometric.c')
-rw-r--r--isometric.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/isometric.c b/isometric.c
index afbe868..8e69ede 100644
--- a/isometric.c
+++ b/isometric.c
@@ -128,6 +128,7 @@ void
drawtile(Tile *t, Point2 cell)
{
Point p;
+
cell.x *= TW;
cell.y *= TH;
p = toscreen(cell);