X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgamescr.c;fp=src%2Fgamescr.c;h=896af07ce052551ce3a6dfc5d5bd50e9aa6c10c1;hb=bf4c35d5afd97b7a681177810f1fb26eea84044f;hp=18ef9e58d68aa3ae0822944926d4e394ac8a64c4;hpb=cc06c5626706cf48e6e4dfa252c30af202a5030c;p=gbajam22 diff --git a/src/gamescr.c b/src/gamescr.c index 18ef9e5..896af07 100644 --- a/src/gamescr.c +++ b/src/gamescr.c @@ -182,6 +182,7 @@ static int gamescr_start(void) } } endspawn: + total_enemies = 1; /* XXX DBG */ /* check continuity */ for(i=0; i= 0) { + glyphcolor = 200; + glyphfb = framebuf; + dbg_drawstr(80, 10, "Victory!"); + dbg_drawstr(60, 20, "Score: %d", score); + dbg_drawstr(59, 30, "Completed in: %lus", total_time); + } } static void victory(void)