From 0759852ab7a9af16e5f4c444ef5d1e0db6feabd3 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sat, 18 Aug 2012 17:45:59 -0700 Subject: The start on Multi-day maps and Dual Path mechanic Halfway started both. --- js/mapspecs.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'js') diff --git a/js/mapspecs.js b/js/mapspecs.js index 87bc173..4d4acbe 100644 --- a/js/mapspecs.js +++ b/js/mapspecs.js @@ -284,7 +284,9 @@ function request_path_done() { var disptext = "Record: "+JO.best+" by "+JO.bestby; updateDsp(JO.mapid, 'dspID', disptext); - animatePath(JO.path, JO.mapid, JO.start); + animatePath(JO.path1.path, JO.mapid, JO.path1.start); + + animatePath(JO.path2.path, JO.mapid, JO.path2.start); } function decryptJSON(text) { -- cgit v1.2.3