summaryrefslogtreecommitdiff
path: root/gramscii.h
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-08-01 12:19:22 +0100
committerKatolaZ <katolaz@freaknet.org>2019-08-01 12:19:22 +0100
commit62713aaf65264950aecad9237d50e911d7dad893 (patch)
tree5d91079a8d70ae734564ec2dd5e00b107d0d589f /gramscii.h
parent08485aacd8d561f2650175b7a16211262396b2ce (diff)
fix bug in undo list allocation
Diffstat (limited to 'gramscii.h')
-rw-r--r--gramscii.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gramscii.h b/gramscii.h
index 7c715a6..0792a38 100644
--- a/gramscii.h
+++ b/gramscii.h
@@ -82,7 +82,7 @@ typedef struct{
#define progr_x(d) ((d) == DIR_L ? -1 : (d) == DIR_R ? 1 : 0)
#define progr_y(d) ((d) == DIR_U ? -1 : (d) == DIR_D ? 1 : 0)
-/** #define DEBUG 1 **/
+#define DEBUG 1
/** global variables **/