From d6beda15798a3d1d604a033febca3756456345d1 Mon Sep 17 00:00:00 2001 From: rodri Date: Sun, 7 Jun 2020 09:52:15 +0000 Subject: new toy: ptinline prototype. --- isometric.c | 1 + 1 file changed, 1 insertion(+) (limited to 'isometric.c') 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); -- cgit v1.2.3