From: John Tsiombikas Date: Tue, 6 Sep 2016 02:55:52 +0000 (+0300) Subject: let's keep screen names simpler to make it easy to use them as commandline arguments X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=commitdiff_plain;h=f65024f64090c9f18bc9ab60e6944ce4bc3edafb let's keep screen names simpler to make it easy to use them as commandline arguments --- diff --git a/src/grise.c b/src/grise.c index 7e57508..fcee596 100644 --- a/src/grise.c +++ b/src/grise.c @@ -56,7 +56,7 @@ static int scrollModTable[REFLECTION_HEIGHT]; static float nearScrollAmount = 0.0f; static struct screen scr = { - "Galaxy rise", + "galaxyrise", init, destroy, start,