From 58890d96357455fdeb7b6ce45758e13b10347c48 Mon Sep 17 00:00:00 2001 From: libccy Date: Fri, 10 Jun 2016 15:41:08 +0800 Subject: [PATCH] hej --- game/game.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game/game.js b/game/game.js index 92f7c62b3..3c0410d84 100755 --- a/game/game.js +++ b/game/game.js @@ -8454,7 +8454,7 @@ } } if(next.filterButton==undefined) next.filterButton=lib.filter.all; - if(next.position==undefined) next.position='hej'; + if(next.position==undefined) next.position='he'; if(next.selectButton==undefined) next.selectButton=[1,1]; if(next.ai==undefined) next.ai=function(button){ var val=ai.get.buttonValue(button); @@ -8499,7 +8499,7 @@ } } if(next.filterButton==undefined) next.filterButton=lib.filter.all; - if(next.position==undefined) next.position='hej'; + if(next.position==undefined) next.position='he'; if(next.selectButton==undefined) next.selectButton=[1,1]; if(next.ai==undefined) next.ai=function(button){ var val=ai.get.buttonValue(button); @@ -8544,7 +8544,7 @@ } } if(next.filterButton==undefined) next.filterButton=lib.filter.all; - if(next.position==undefined) next.position='h'; + if(next.position==undefined) next.position='he'; if(next.selectButton==undefined) next.selectButton=[1,1]; if(next.ai==undefined) next.ai=function(button){ var val=ai.get.buttonValue(button);