Remove stray variables

master
Sven Slootweg 12 years ago
parent 135655a559
commit 47dd73d78d

@ -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;

Loading…
Cancel
Save