let's keep screen names simpler to make it easy to use them as commandline arguments
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 6 Sep 2016 02:55:52 +0000 (05:55 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 6 Sep 2016 02:55:52 +0000 (05:55 +0300)
src/grise.c

index 7e57508..fcee596 100644 (file)
@@ -56,7 +56,7 @@ static int scrollModTable[REFLECTION_HEIGHT];
 static float nearScrollAmount = 0.0f;
 
 static struct screen scr = {
-       "Galaxy rise",
+       "galaxyrise",
        init,
        destroy,
        start,