changeset 4361 | 64ea345ab655 |
parent 4359 | 83ef50815535 |
child 4374 | bcefeeabaa33 |
--- a/hedgewars/uSound.pas Wed Nov 17 17:45:55 2010 +0300 +++ b/hedgewars/uSound.pas Wed Nov 17 20:28:42 2010 +0300 @@ -22,12 +22,6 @@ interface uses SDLh, uConsts, uTypes; -type PVoicepack = ^TVoicepack; - TVoicepack = record - name: shortstring; - chunks: array [TSound] of PMixChunk; - end; - var MusicFN: shortstring; procedure initModule;