From 632a7220c2afdc99ae5942b919b42621a9c5df47 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 4 Mar 2013 15:48:20 -0500 Subject: bit of game logic --- public/js/game.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/js/game.js') diff --git a/public/js/game.js b/public/js/game.js index e388706..1025d82 100644 --- a/public/js/game.js +++ b/public/js/game.js @@ -40,10 +40,12 @@ var Events = { // Another player joins the room join: function(data){ + Events.receive.state(data); }, // Another player leaves the room part: function(data){ + Events.receive.state(data); }, // Game state changes -- cgit v1.2.3-70-g09d2