From c4ab9e55c5456d4481dd3fd5f5a3e9df74cf07c6 Mon Sep 17 00:00:00 2001 From: Michael Georgoulopoulos Date: Mon, 19 Sep 2016 02:00:44 +0300 Subject: [PATCH] Hey! Not fair! --- src/plasma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plasma.c b/src/plasma.c index ac13e6a..063fb78 100644 --- a/src/plasma.c +++ b/src/plasma.c @@ -68,8 +68,8 @@ static int init(void) plasmaPal[i] = (r<<11) | (g<<5) | b; } - return 0xCAFE; - //return 0; + //return 0xCAFE; + return 0; } static void destroy(void) -- 1.7.10.4