Home
last modified time | relevance | path

Searched refs:pfub1 (Results 1 – 4 of 4) sorted by relevance

/dports/games/prboom/prboom-2.5.0/src/
H A Df_finale.c588 static const char pfub1[] = { "PFUB1" }; variable
601 V_DrawNamePatch(0, 0, 0, pfub1, CR_DEFAULT, VPT_STRETCH); in F_BunnyScroll()
603 V_DrawNamePatch(320-scrolled, 0, 0, pfub1, CR_DEFAULT, VPT_STRETCH); in F_BunnyScroll()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Df_finale.c589 static const char pfub1[] = { "PFUB1" }; variable
602 V_DrawNamePatch(0, 0, 0, pfub1, CR_DEFAULT, VPT_STRETCH); in F_BunnyScroll()
604 V_DrawNamePatch(320-scrolled, 0, 0, pfub1, CR_DEFAULT, VPT_STRETCH); in F_BunnyScroll()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Df_finale.c668 static const char pfub1[] = { "PFUB1" }; variable
681 V_DrawNamePatch(0, 0, 0, pfub1, CR_DEFAULT, VPT_STRETCH); in F_BunnyScroll()
683 V_DrawNamePatch(320-scrolled, 0, 0, pfub1, CR_DEFAULT, VPT_STRETCH); in F_BunnyScroll()
/dports/games/vavoom/vavoom-1.33/progs/common/uibase/
H A DFinaleBackground.vc66 fpage1 = R_RegisterPic('pfub1');