From 5c61d5f9c3b21df1a41de6960a9e67f21805bdc2 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Tue, 14 Mar 2017 20:00:03 +0100 Subject: The official world is 18x18, not 20x20 --- params.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params.h b/params.h index 464068a..175db2f 100644 --- a/params.h +++ b/params.h @@ -1,6 +1,6 @@ #pragma once -#define SIZE 20 +#define SIZE 18 enum class ins_t{ set, // #dst, $src -- cgit v1.2.3-54-g00ecf