From 43cdfd38bc27fe96105b48d980799f3b2fdd8f0f Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 20 Mar 2020 23:19:06 +0100 Subject: c++98 complient and README update --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 22fbc34..b127c72 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ #include "rand_ai.hpp" #define WINDOW_TITLE "2048" -#define WINDOW_WIDTH 640 +#define WINDOW_WIDTH 600 #define WINDOW_HEIGHT 480 #define GAME_GRID_SIZE 4 -- cgit