X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=main.c;h=7e27bd3707f995d522977833ff6162348b05513e;hp=59240e017048a1901b5e8bbb218ee1b136fad596;hb=9c3c378b5c998e689cefd9cad3e2deb863cbcefa;hpb=5b5f1f3eee71701d67c3ac4cc032c574423a5197 diff --git a/main.c b/main.c index 59240e0..7e27bd3 100644 --- a/main.c +++ b/main.c @@ -88,9 +88,9 @@ char **envp; atoi(getenv("SEED")) : lowtime + getpid()); if (wizard) - printf("Hello %s, welcome to dungeon #%d", whoami, dnum); + printf("Hello %s, welcome to dungeon #%d\n", whoami, dnum); else - printf("Hello %s, just a moment while I dig the dungeon...", whoami); + printf("Hello %s, just a moment while I dig the dungeon...\n", whoami); fflush(stdout); seed = dnum; init_player(); /* Roll up the rogue */