MCPcopy Create free account
hub / github.com/assaultcube/AC / flagmapconfigerror

Function flagmapconfigerror

source/src/worldio.cpp:422–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420int mapconfigerror = 0;
421
422void flagmapconfigerror(int what)
423{
424 if(execcontext == IEXC_MAPCFG || execcontext == IEXC_MDLCFG) mapconfigerror |= what;
425}
426
427void getcurrentmapconfig(vector<char> &f, bool onlysounds)
428{

Callers 15

checktexturefilenameFunction · 0.85
texture.cppFile · 0.85
loadnotextureFunction · 0.85
mapmodelFunction · 0.85
loadmodelFunction · 0.85
loadMethod · 0.85
md2animFunction · 0.85
md2tagFunction · 0.85
md2emitFunction · 0.85
audiomanager.cppFile · 0.85
loadMethod · 0.85
loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected