Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dcommon.cpp108 if (DUKE && testkopen(defaultgameconfilename[GAME_DUKE],0)) in G_DefaultConFile()
109 return defaultgameconfilename[GAME_DUKE]; in G_DefaultConFile()
110 else if (WW2GI && testkopen(defaultgameconfilename[GAME_WW2GI],0)) in G_DefaultConFile()
111 return defaultgameconfilename[GAME_WW2GI]; in G_DefaultConFile()
114 if (!testkopen(defaultgameconfilename[GAME_NAPALM],0)) in G_DefaultConFile()
116 if (testkopen(defaultgameconfilename[GAME_NAM],0)) in G_DefaultConFile()
117 return defaultgameconfilename[GAME_NAM]; // NAM/NAPALM Sharing in G_DefaultConFile()
120 return defaultgameconfilename[GAME_NAPALM]; in G_DefaultConFile()
124 if (!testkopen(defaultgameconfilename[GAME_NAM],0)) in G_DefaultConFile()
126 if (testkopen(defaultgameconfilename[GAME_NAPALM],0)) in G_DefaultConFile()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dcommon.cpp44 static const char *defaultgameconfilename[GAMECOUNT] = { "GAME.CON", "GAME.CON", "GAME.CON", "NAM.C… variable
111 else */if (WW2GI && testkopen(defaultgameconfilename[GAME_WW2GI],0)) in G_DefaultConFile()
112 return defaultgameconfilename[GAME_WW2GI]; in G_DefaultConFile()
115 if (!testkopen(defaultgameconfilename[GAME_NAPALM],0)) in G_DefaultConFile()
117 if (testkopen(defaultgameconfilename[GAME_NAM],0)) in G_DefaultConFile()
118 return defaultgameconfilename[GAME_NAM]; // NAM/NAPALM Sharing in G_DefaultConFile()
121 return defaultgameconfilename[GAME_NAPALM]; in G_DefaultConFile()
125 if (!testkopen(defaultgameconfilename[GAME_NAM],0)) in G_DefaultConFile()
127 if (testkopen(defaultgameconfilename[GAME_NAPALM],0)) in G_DefaultConFile()
128 return defaultgameconfilename[GAME_NAPALM]; // NAM/NAPALM Sharing in G_DefaultConFile()
[all …]