From 47dd73d78dac3e06004004241ed4221ac6502bd1 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 6 Aug 2012 21:02:23 +0200 Subject: [PATCH] Remove stray variables --- map_isometric.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/map_isometric.js b/map_isometric.js index 70ede1f..357bba6 100644 --- a/map_isometric.js +++ b/map_isometric.js @@ -7,8 +7,6 @@ if(RadiumEngine !== undefined) this.width = 6; this.height = 6; this.mouse_tile = undefined; - this.mouse_tile_x = 0; - this.mouse_tile_y = 0; this.mouse_over = false; this.fill_screen = false;