| 255 | |
| 256 | |
| 257 | void Unpack::ReadLastTables() |
| 258 | { |
| 259 | if (ReadTop>=Inp.InAddr+5) |
| 260 | if (UnpAudioBlock) |
| 261 | { |
| 262 | if (DecodeNumber(Inp,&MD[UnpCurChannel])==256) |
| 263 | ReadTables20(); |
| 264 | } |
| 265 | else |
| 266 | if (DecodeNumber(Inp,&BlockTables.LD)==269) |
| 267 | ReadTables20(); |
| 268 | } |
| 269 | |
| 270 | |
| 271 | void Unpack::UnpInitData20(int Solid) |
nothing calls this directly
no outgoing calls
no test coverage detected