Home
last modified time | relevance | path

Searched refs:shade_num (Results 1 – 2 of 2) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dborder.cpp234 void DrawBorderShade(PLAYERp pp, short shade_num, short wx1, short wy1, short wx2, short wy2) in DrawBorderShade() argument
238 int dark_shade = 27 - (shade_num * 6); in DrawBorderShade()
239 int light_shade = 20 - (shade_num * 6); in DrawBorderShade()
/dports/games/jfsw/jfsw-c434002/src/
H A Dborder.c235 VOID DrawBorderShade(PLAYERp pp, short shade_num, short wx1, short wy1, short wx2, short wy2) in DrawBorderShade() argument
239 int dark_shade = 27 - (shade_num * 6); in DrawBorderShade()
240 int light_shade = 20 - (shade_num * 6); in DrawBorderShade()