summaryrefslogtreecommitdiff
path: root/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg.h')
-rw-r--r--cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg.h b/cfg.h
index b7e7867..78dfc87 100644
--- a/cfg.h
+++ b/cfg.h
@@ -2,7 +2,7 @@
#include "lzr.h"
enum {
- CFG_DWIDTH = 256,
+ CFG_DWIDTH = 288,
CFG_DHEIGHT = 256,
CFG_FPS = 60,
CFG_TSIZE = 16
@@ -16,5 +16,5 @@ static const LZR_Config cfg = {
"jam like nobody is watching (cause they ain't)",
0.0,
false,
- true
+ false
};