Home
last modified time | relevance | path

Searched refs:highsc (Results 1 – 10 of 10) sorted by relevance

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.c2229 savescore.highsc[1] = 0; in clearHighScore()
2230 savescore.highsc[2] = 0; in clearHighScore()
2231 savescore.highsc[3] = 0; in clearHighScore()
2232 savescore.highsc[4] = 0; in clearHighScore()
2233 savescore.highsc[5] = 0; in clearHighScore()
2234 savescore.highsc[6] = 0; in clearHighScore()
2235 savescore.highsc[7] = 0; in clearHighScore()
2236 savescore.highsc[8] = 0; in clearHighScore()
2237 savescore.highsc[9] = 0; in clearHighScore()
21224 score = savescore.highsc[i]; in hallfame()
[all …]
H A Dopenbor.h649 unsigned int highsc[10]; member
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h651 unsigned int highsc[10]; member
H A Dopenbor.c2355 savescore.highsc[i] = 0; // Resets all the highscores to 0 in clearHighScore()
21557 if(player[p].score > savescore.highsc[9]) in hallfame()
21559 savescore.highsc[9] = player[p].score; in hallfame()
21563 for(i = 8; i >= 0 && player[p].score > savescore.highsc[i]; i--) in hallfame()
21565 score = savescore.highsc[i]; in hallfame()
21567 savescore.highsc[i] = player[p].score; in hallfame()
21570 savescore.highsc[i + 1] = score; in hallfame()
21589 …i], col2), y+videomodes.vShift, topten[i], 0, (scoreformat ? "%09lu" : "%u"), savescore.highsc[i]); in hallfame()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h664 unsigned highsc[10]; member
H A Dopenbor.c2874 savescore.highsc[i] = 0; // Resets all the highscores to 0 in clearHighScore()
28979 if(player[p].score > savescore.highsc[9]) in hallfame()
28981 savescore.highsc[9] = player[p].score; in hallfame()
28985 for(i = 8; i >= 0 && player[p].score > savescore.highsc[i]; i--) in hallfame()
28987 score = savescore.highsc[i]; in hallfame()
28989 savescore.highsc[i] = player[p].score; in hallfame()
28992 savescore.highsc[i + 1] = score; in hallfame()
29014 …, col2), y + videomodes.vShift, topten[i], 0, (scoreformat ? "%09lu" : "%u"), savescore.highsc[i]); in hallfame()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1302 unsigned highsc[10]; member
H A Dopenbor.c3162 savescore.highsc[i] = 0; // Resets all the highscores to 0 in clearHighScore()
32938 if(player[p].score > savescore.highsc[9]) in hallfame()
32940 savescore.highsc[9] = player[p].score; in hallfame()
32944 for(i = 8; i >= 0 && player[p].score > savescore.highsc[i]; i--) in hallfame()
32946 score = savescore.highsc[i]; in hallfame()
32948 savescore.highsc[i] = player[p].score; in hallfame()
32951 savescore.highsc[i + 1] = score; in hallfame()
32973 …, col2), y + videomodes.vShift, topten[i], 0, (scoreformat ? "%09lu" : "%u"), savescore.highsc[i]); in hallfame()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1744 unsigned highsc[10]; member
H A Dopenbor.c2626 savescore.highsc[i] = 0; // Resets all the highscores to 0 in clearHighScore()
36112 if(player[p].score > savescore.highsc[9]) in hallfame()
36114 savescore.highsc[9] = player[p].score; in hallfame()
36118 for(i = 8; i >= 0 && player[p].score > savescore.highsc[i]; i--) in hallfame()
36120 score = savescore.highsc[i]; in hallfame()
36122 savescore.highsc[i] = player[p].score; in hallfame()
36125 savescore.highsc[i + 1] = score; in hallfame()
36147 …, col2), y + videomodes.vShift, topten[i], 0, (scoreformat ? "%09lu" : "%u"), savescore.highsc[i]); in hallfame()