$OpenBSD$ --- plugins/jdoom/src/wi_stuff.c.orig Wed Nov 9 02:35:14 2011 +++ plugins/jdoom/src/wi_stuff.c Wed Nov 9 02:36:22 2011 @@ -291,7 +291,7 @@ static dpatch_t kills; // "Kills" static dpatch_t secret; // "Scrt" static dpatch_t items; // "Items" static dpatch_t frags; // "Frags" -static dpatch_t time; // "time" +static dpatch_t ttime; // "time" static dpatch_t par; // "par" static dpatch_t sucks; // "sucks!" static dpatch_t killers; // "killers" @@ -1297,7 +1297,7 @@ void WI_drawStats(void) NULL, false, ALIGN_LEFT); WI_drawPercent(SCREENWIDTH - SP_STATSX, SP_STATSY + 2 * lh, cntSecret[0]); - WI_DrawPatch(SP_TIMEX, SP_TIMEY, 1, 1, 1, 1, &time, NULL, false, + WI_DrawPatch(SP_TIMEX, SP_TIMEY, 1, 1, 1, 1, &ttime, NULL, false, ALIGN_LEFT); if(cntTime >= 0) @@ -1480,7 +1480,7 @@ void WI_loadData(void) R_CachePatch(&colon, "WICOLON"); // "time" - R_CachePatch(&time, "WITIME"); + R_CachePatch(&ttime, "WITIME"); // "sucks" R_CachePatch(&sucks, "WISUCKS");