aboutsummaryrefslogtreecommitdiff
path: root/neutrino.cc
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-04-26 21:39:04 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-04-26 21:39:04 +0200
commite8e24f187f451d51551a1db76321e03efe94cc9d (patch)
treec294a79de970a662d3b89e4f5f86f97a92a2c62a /neutrino.cc
parentf3b7df07e4fd136521186baee86faa822dc68d16 (diff)
Try to fix all kinds of shit
Diffstat (limited to 'neutrino.cc')
-rwxr-xr-xneutrino.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/neutrino.cc b/neutrino.cc
index 2d8edac..67d8035 100755
--- a/neutrino.cc
+++ b/neutrino.cc
@@ -69,7 +69,7 @@ int main() {
if( input == "go" ) {
//board.print();
move.ndir = -1;
- move.p = S-1;
+ move.p = S-2;
move.dir = 4;
board.doMove( move );
exportMove( move );