summary refs log tree commit diff stats
path: root/mazeoflife.h
diff options
context:
space:
mode:
Diffstat (limited to 'mazeoflife.h')
-rw-r--r--mazeoflife.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mazeoflife.h b/mazeoflife.h index 411a87b..00a31cf 100644 --- a/mazeoflife.h +++ b/mazeoflife.h
@@ -3,7 +3,7 @@
3 3
4const int WIDTH = 30; 4const int WIDTH = 30;
5const int HEIGHT = 30; 5const int HEIGHT = 30;
6const int TICKDELAY = 10; 6const int TICKDELAY = 5;
7 7
8void wrap(int* x, int* y); 8void wrap(int* x, int* y);
9Uint32 getColor(int r, int g, int b); 9Uint32 getColor(int r, int g, int b);