Hey! Not fair!
authorMichael Georgoulopoulos <mgeorgoulopoulos@gmail.com>
Sun, 18 Sep 2016 23:00:44 +0000 (02:00 +0300)
committerMichael Georgoulopoulos <mgeorgoulopoulos@gmail.com>
Sun, 18 Sep 2016 23:00:44 +0000 (02:00 +0300)
src/plasma.c

index ac13e6a..063fb78 100644 (file)
@@ -68,8 +68,8 @@ static int init(void)
                plasmaPal[i] = (r<<11) | (g<<5) | b;
        }
 
                plasmaPal[i] = (r<<11) | (g<<5) | b;
        }
 
-       return 0xCAFE;
-       //return 0;
+       //return 0xCAFE;
+       return 0;
 }
 
 static void destroy(void)
 }
 
 static void destroy(void)