]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
wrong index fixed
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 9 Aug 2009 12:51:45 +0000 (12:51 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 9 Aug 2009 12:51:45 +0000 (12:51 +0000)
web/room.js

index ff7255f6748ba10595b767d1331325ca245747bc..92d282b10bd4773c542e9cc4be3a62cb6f16e508 100644 (file)
@@ -292,7 +292,7 @@ function j_stand_cont(data)
                 }
             }
             if (e == data.length || 
-                (g_listen & l_list_isol && ((data[i][0] & 0x02) == 0))) {
+                (g_listen & l_list_isol && ((data[e][0] & 0x02) == 0))) {
                 idx_del[idx_del_n++] = i;
                 map_cur[i] = -1;
             }