From 6cd428d31c55d6137daa8773c848afc87beda47d Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 1 Jul 2011 19:14:35 +0200 Subject: [PATCH] what do I care? --- star.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star.c b/star.c index 2663022..9367a97 100644 --- a/star.c +++ b/star.c @@ -259,7 +259,7 @@ char *levels[] = { "################" #define LEVEL_WIDTH 16 enum { - color_BALL = 1, + color_BALL, color_CUBE, color_VOID, color_GIFT,