| 470 | } |
| 471 | |
| 472 | void checktexturefilename(const char *name) |
| 473 | { |
| 474 | if(execcontext == IEXC_MAPCFG && strstr(name, "map_editor")) |
| 475 | { |
| 476 | conoutf("\f3bad texture: %s", name); |
| 477 | if(!_ignoreillegalpaths) { flagmapconfigerror(LWW_CONFIGERR * 4); scripterr(); } |
| 478 | } |
| 479 | } |
| 480 | |
| 481 | COMMANDF(texture, "fs", (float *scale, char *name) |
| 482 | { |
no test coverage detected