
Just wondering if anyone has seen this issue before, and if there's a fix for it.
Broken savefile - probably from a development version
diff --git a/src/main-gcu.c b/src/main-gcu.c index a6fe3545..d3b59ac2 100644 --- a/src/main-gcu.c +++ b/src/main-gcu.c @@ -118,7 +118,7 @@ typedef struct term_data { /* Minimum main term size */ #define MIN_TERM0_LINES 24 -#define MIN_TERM0_COLS 80 +#define MIN_TERM0_COLS 100 /* Comfortable subterm size */ #define COMFY_SUBTERM_LINES 5
2019-07-23 22:16:23.312 angband[12357:14913391] Broken savefile - probably from a development version
commit 45f1c8d9bcf2b412c127f8400409853466120977 Author: Nick McConnell <nckmccnnll@gmail.com> Date: Mon Jul 8 22:19:03 2019 +1000 Change stealing command to 's'
Comment