Home
last modified time | relevance | path

Searched refs:sboperiod (Results 1 – 3 of 3) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dst_stuff.h78 extern patch_t *sboperiod;
H A Dst_stuff.c64 patch_t *sboperiod; // Period for time centiseconds variable
255 sboperiod = W_CachePatchName("STTPERIO", PU_HUDGFX); // Period for time centiseconds in ST_LoadGraphics()
760 ST_DrawPatchFromHud(HUD_TIMETICCOLON, sboperiod, V_HUDTRANS); // Period in ST_drawTime()
1990 V_DrawScaledPatch(BASEVIDWIDTH-46, BASEVIDHEIGHT-20, VFLAGS, sboperiod); in ST_drawNiGHTSHUD()
H A Dy_inter.c468 ST_DrawPatchFromHud(HUD_TIMETICCOLON, sboperiod); // Period in Y_IntermissionDrawer()