diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-08-01 12:19:22 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-08-01 12:19:22 +0100 |
commit | 62713aaf65264950aecad9237d50e911d7dad893 (patch) | |
tree | 5d91079a8d70ae734564ec2dd5e00b107d0d589f /gramscii.h | |
parent | 08485aacd8d561f2650175b7a16211262396b2ce (diff) |
fix bug in undo list allocation
Diffstat (limited to 'gramscii.h')
-rw-r--r-- | gramscii.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 **/ |