| 736 | |
| 737 | |
| 738 | void Unpack::UnpInitData30(bool Solid) |
| 739 | { |
| 740 | if (!Solid) |
| 741 | { |
| 742 | TablesRead3=false; |
| 743 | memset(UnpOldTable,0,sizeof(UnpOldTable)); |
| 744 | PPMEscChar=2; |
| 745 | UnpBlockType=BLOCK_LZ; |
| 746 | } |
| 747 | InitFilters30(Solid); |
| 748 | } |
| 749 | |
| 750 | |
| 751 | void Unpack::InitFilters30(bool Solid) |
nothing calls this directly
no outgoing calls
no test coverage detected