diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-07 02:35:37 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-07 02:35:37 -0800 |
commit | 7d1ea2721d51aad05ffc1a01b510d86e9864f92a (patch) | |
tree | 819687bb6bd5498a32c6b983eeef33a7f986635b /js/mapspecs.js | |
parent | ee270d30697914e322dd1256e2e3e0b60df0ced5 (diff) | |
download | pathery-7d1ea2721d51aad05ffc1a01b510d86e9864f92a.tar.xz |
Click and drag for the mapeditor.
Diffstat (limited to 'js/mapspecs.js')
-rw-r--r-- | js/mapspecs.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/js/mapspecs.js b/js/mapspecs.js index ecc5c9d..5cc482e 100644 --- a/js/mapspecs.js +++ b/js/mapspecs.js @@ -92,12 +92,6 @@ function grid_click(obj) { y = tmp[1];
x = tmp[2];
-
- if(typeof(mapdata[mapid]) == 'Object' && mapdata[mapid].editMap == true) {
- mapClick(obj);
- return;
- }
-
//The users solution - prepare it if it's not started
if (solution[mapid] == undefined) {
getmapdata(mapid);
|