| 467 | //=========================================================================== |
| 468 | |
| 469 | static void parseUndefTexture(FScanner& sc, FScriptPosition& pos) |
| 470 | { |
| 471 | if (!sc.GetNumber(true)) return; |
| 472 | if (ValidateTilenum("undeftexture", sc.Number, pos)) tileRemoveReplacement(sc.Number); |
| 473 | } |
| 474 | |
| 475 | //=========================================================================== |
| 476 | // |
nothing calls this directly
no test coverage detected