X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_sound.pas;h=55098850892c9b9e40c9079296181f58d87fea12;hb=c3883647dc5b9ad0b62d3163b2ad92e8b1b06d8a;hp=ebce17eb3da8bd509dc7c31ef2e4c850ccbee0e2;hpb=89d242f641ed8a2ccd6b1935f64db62dc9bcf154;p=d2df-sdl.git diff --git a/src/game/g_sound.pas b/src/game/g_sound.pas index ebce17e..5509885 100644 --- a/src/game/g_sound.pas +++ b/src/game/g_sound.pas @@ -24,7 +24,7 @@ type function SetByName(SN: String): Boolean; function SetCoords(X, Y: Integer; Volume: Single): Boolean; - property Loop: Boolean read FLoop write FLoop; + property Loop: Boolean read FMusic write FMusic; property Name: String read FName; end;