Home
last modified time | relevance | path

Searched refs:mxscor (Results 1 – 11 of 11) sorted by relevance

/dports/games/open-adventure/open-adventure-f2f238e9e42ed76f9cfac219f37142cd7bcf6edb/
H A Dscore.c12 static int mxscor; /* ugh..the price for having score() not exit. */ variable
41 mxscor = 0; in score()
55 mxscor += k; in score()
66 mxscor += NDEATHS * 10; in score()
69 mxscor += 4; in score()
72 mxscor += 25; in score()
75 mxscor += 25; in score()
86 mxscor += 45; in score()
91 mxscor += 1; in score()
95 mxscor += 2; in score()
[all …]
/dports/games/dungeon/dungeon-3.2_1/
H A DDSO2.C123 printf(" %d [total of %d points], in %d move", as, state_1.mxscor,
130 if (as * 20 / state_1.mxscor >= rank[i - 1]) {
176 if (advs_1.ascore[play_1.winner - 1] < state_1.mxscor - state_1.deaths *
H A DDSO4.C153 ret_val = smin + ((smax - smin) * advs_1.ascore[h - 1] + state_1.mxscor /
154 2) / state_1.mxscor;
H A DDINIT.C162 state_1.mxscor = state_1.ltshft; in init_()
357 state_1.mxscor = rdint(indxfile); in init_()
H A DVARS.H298 integer moves, deaths, rwscor, mxscor, mxload, ltshft, bloc, mungrm, hs, member
H A DGDT.C383 state_1.moves, state_1.deaths, state_1.rwscor, state_1.mxscor, in gdt_()
/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Dsubr.c1020 as, play_1.mxscor, play_1.moves); in score_()
1024 as, play_1.mxscor, play_1.moves); in score_()
1032 if (as * 20 / play_1.mxscor >= rank[i__ - 1]) { in score_()
1094 if (advs_1.ascore[play_1.winner - 1] < play_1.mxscor - min(1, in scrupd_()
1471 ret_val = (advs_1.ascore[*h__ - 1] * 5 + play_1.mxscor / 2) / in fights_()
1472 play_1.mxscor + 2; in fights_()
H A Ddungeon.c81 play_1.mxscor = play_1.ltshft; in dungeon_main()
H A Dgame.c470 f_get_ints(datafile, &play_1.mxscor, 1); in initfl_()
H A Dcommons.h37 integer moves, deaths, rwscor, mxscor, mxload, ltshft, bloc, mungrm, hs, member
H A Dgdt.c617 play_1.mxscor, play_1.mxload, play_1.ltshft, in gdt_()