From b8d770c9d374b9e5cc36eda5a9354c07e638cf08 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 15 Mar 2012 21:29:23 -0400 Subject: [PATCH] Movable block should have a mask applied (oops) --- lib/ClassicTileDfn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ClassicTileDfn.js b/lib/ClassicTileDfn.js index 45b661c..de8580e 100644 --- a/lib/ClassicTileDfn.js +++ b/lib/ClassicTileDfn.js @@ -57,7 +57,7 @@ ltjs.ClassicTileDfn = Class( 'ClassicTileDfn' ) [ 'water', 0 ], /* water alt 2 */ [ 'atdownb', 1 ], /* anti-tank, blown up, down */ [ 'block', 0 ], /* non-movable block */ - [ 'mblock', 0 ], /* movable block */ + [ 'mblock', 1 ], /* movable block */ [ 'brick', 0 ], /* brick */ [ 'atup', 1 ], /* anti-tank up */ [ 'atup', 1 ], /* anti-tank up alt */