Skip to content

Commit cad3254

Browse files
committed
minor
1 parent f92dbfc commit cad3254

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

common/browser.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
* along with this program. If not, see <http://www.gnu.org/licenfses/>.
1717
*/
1818

1919
// TO DO: massive overhaul & code simplification:
@@ -39,7 +39,7 @@
3939
//// OPTIONS
4040

4141
var stream_interval_ms = 150; //150; // how often to send a stream update (ms)
42-
var update_interval_ms = 10000; // how often to send a full update (ms)
42+
var update_interval_ms = 20000; // how often to send a full update (ms)
4343
var draw_interval_ms = 10; // how often to draw the canvas (ms)
4444

4545
if(!window.chrome || /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {

games/arkham-horror/game.js

+2
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,8 @@ function setup() {
420420
clues[9].set_target(135.61813311487606, -840.816635940202);
421421
clues[10].set_target(132.3928565620677, -1092.8626848277966);
422422

423+
// Deselecte everything
424+
board.deselect_pieces();
423425
}
424426

425427
// Start the show!

0 commit comments

Comments
 (0)