Merge branch 'master' of mutantstargoat.com:/home/nuclear/git/dosdemo
[dosdemo] / src / grise.c
index 210b0cf..55d4929 100644 (file)
@@ -59,7 +59,7 @@ static int scrollModTable[REFLECTION_HEIGHT];
 static float nearScrollAmount = 0.0f;
 
 static struct screen scr = {
-       "Galaxy rise",
+       "galaxyrise",
        init,
        destroy,
        start,
@@ -276,4 +276,4 @@ static void rleEncode(unsigned char *pixels, unsigned int w, unsigned int h) {
                        }
                }
        }
-}
\ No newline at end of file
+}