Home
last modified time | relevance | path

Searched refs:TOTAL_SECRETS (Results 1 – 4 of 4) sorted by relevance

/dports/games/legend-of-edgar/edgar-1.34/src/
H A Ddefs.h151 #define TOTAL_SECRETS 26 macro
H A Dgame.c1036 if (game.secretsFound == TOTAL_SECRETS) in increaseSecretsFound()
H A Dcredits.c923 …SNPRINTF(credits.creditLine[12].text, MAX_LINE_LENGTH, "%d / %d", game.secretsFound, TOTAL_SECRETS in initGameStats()
/dports/games/legend-of-edgar/edgar-1.34/src/menu/
H A Dstats_menu.c142 …SNPRINTF(menuName, MAX_VALUE_LENGTH, _("Secrets Found: %d / %d"), game.secretsFound, TOTAL_SECRETS in loadMenuLayout()