Home
last modified time | relevance | path

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

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/setup/
H A Dmultiplayer.c144 static int warpmap = 1; variable
248 AddCmdLineParameter(exec, "-warp %i %i", warpepisode, warpmap); in StartGame()
252 AddCmdLineParameter(exec, "-warp %i", warpmap); in StartGame()
314 M_snprintf(buf, sizeof(buf), "E%iM%i", warpepisode, warpmap); in UpdateWarpButton()
318 M_snprintf(buf, sizeof(buf), "MAP%02i", warpmap); in UpdateWarpButton()
371 warpmap = l % 10; in SetExMyWarp()
382 warpmap = l; in SetMAPxyWarp()
439 if (warpepisode == x && warpmap == y) in LevelSelectDialog()
471 if (warpmap == l) in LevelSelectDialog()
519 warpmap = 1; in UpdateWarpType()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/setup/
H A Dmultiplayer.c142 static int warpmap = 1; variable
246 AddCmdLineParameter(exec, "-warp %i %i", warpepisode, warpmap); in StartGame()
250 AddCmdLineParameter(exec, "-warp %i", warpmap); in StartGame()
308 M_snprintf(buf, sizeof(buf), "E%iM%i", warpepisode, warpmap); in UpdateWarpButton()
312 M_snprintf(buf, sizeof(buf), "MAP%02i", warpmap); in UpdateWarpButton()
365 warpmap = l % 10; in SetExMyWarp()
376 warpmap = l; in SetMAPxyWarp()
432 if (warpepisode == x && warpmap == y) in LevelSelectDialog()
464 if (warpmap == l) in LevelSelectDialog()
512 warpmap = 1; in UpdateWarpType()