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