Home
last modified time | relevance | path

Searched refs:oldfrags (Results 1 – 7 of 7) sorted by relevance

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dsb_bar.c591 static int oldfrags = -9999; variable
679 oldfrags = -9999; //can't use -1, 'cuz of negative frags in SB_Heretic_Drawer()
925 if(temp != oldfrags) in H_DrawMainBar()
929 oldfrags = temp; in H_DrawMainBar()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dsb_bar.c532 static int oldfrags = -9999; variable
585 oldfrags = -9999; //can't use -1, 'cuz of negative frags in SB_Drawer()
807 if (temp != oldfrags) in DrawMainBar()
811 oldfrags = temp; in DrawMainBar()
/dports/games/heretic/glheretic-1.2/
H A Dsb_bar.c823 static int oldfrags = -9999; variable
905 oldfrags = -9999; /* can't use -1, 'cuz of negative frags */ in SB_Drawer()
1142 if(temp != oldfrags) in DrawMainBar()
1146 oldfrags = temp; in DrawMainBar()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dsb_bar.c563 static int oldfrags = -9999; variable
616 oldfrags = -9999; //can't use -1, 'cuz of negative frags in SB_Drawer()
838 if (temp != oldfrags) in DrawMainBar()
842 oldfrags = temp; in DrawMainBar()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dsb_bar.c733 static int oldfrags = -9999; variable
784 oldfrags = -9999; //can't use -1, 'cuz of negative frags in SB_Drawer()
1063 if (temp != oldfrags) in DrawMainBar()
1067 oldfrags = temp; in DrawMainBar()
/dports/games/uhexen/uhexen-0.601/src/
H A Dsb_bar.c711 static int oldfrags = -9999; variable
762 oldfrags = -9999; //can't use -1, 'cuz of negative frags in SB_Drawer()
1040 if(temp != oldfrags) in DrawMainBar()
1044 oldfrags = temp; in DrawMainBar()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dsb_bar.c733 static int oldfrags = -9999; variable
784 oldfrags = -9999; //can't use -1, 'cuz of negative frags in SB_Drawer()
1063 if (temp != oldfrags) in DrawMainBar()
1067 oldfrags = temp; in DrawMainBar()