aboutsummaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index f0ed91b..fea375d 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -22,11 +22,11 @@ enum {
};
typedef struct {
- bool b : 1;
bool c : 1;
unsigned H : 2;
bool i : 1;
bool l : 1;
+ bool L : 1;
bool p : 1;
bool s : 1;
bool U : 1;