Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dlevels.h137 void levelGetNextLevels(int nEpisode, int nLevel, int *pnEndingA, int *pnEndingB);
H A Dlevels.cpp304 void levelGetNextLevels(int nEpisode, int nLevel, int *pnEndingA, int *pnEndingB) in levelGetNextLevels() function
323 levelGetNextLevels(gGameOptions.nEpisode, gGameOptions.nLevel, &nEndingA, &nEndingB); in levelEndLevel()