MCPcopy Create free account
hub / github.com/ZDoom/Raze / DeferredStartGame

Function DeferredStartGame

source/core/cheats.cpp:266–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264//---------------------------------------------------------------------------
265
266void DeferredStartGame(MapRecord* map, int skill, bool nostopsound)
267{
268 g_nextmap = map;
269 g_nextskill = skill;
270 g_bossexit = false;
271 gameaction = nostopsound? ga_newgamenostopsound : ga_newgame;
272}
273
274//---------------------------------------------------------------------------
275//

Callers 9

cheatLevelFunction · 0.85
RestartCheatFunction · 0.85
NextCheatFunction · 0.85
PrevCheatFunction · 0.85
WarpCheatFunction · 0.85
cheatMarioFunction · 0.85
CCMDFunction · 0.85
MainLoopFunction · 0.85
DoStartGameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected