| 366 | |
| 367 | |
| 368 | void win_SoundSetScale(int scale) { |
| 369 | if(CheckTrashSound()) return; |
| 370 | if(player) |
| 371 | player->scale = scale; |
| 372 | } |
| 373 | |
| 374 | void win_SoundWriteData(int32 *buffer, int count) { |
| 375 | //mbg 8/30/07 - this used to be done here, but now its gtting called from somewhere else... |
no test coverage detected