more things added to the backdrop

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-03 14:29:49 +01:00
parent dc6ab6b688
commit 178ad72125
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -122,7 +122,7 @@ var Nochan = {
}, },
add_backdrop: function(list, i) { add_backdrop: function(list, i) {
if(i >= list.length || i >= 8) i = 0; if(i >= list.length || i >= 12) i = 0;
var id = list[i][1]; var id = list[i][1];