diff options
Diffstat (limited to 'js/mapspecs.js')
-rw-r--r-- | js/mapspecs.js | 4 |
1 files changed, 3 insertions, 1 deletions
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) {
|