mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-05 17:05:19 -05:00
So much for testing compilation
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@564 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
7c081c53b2
commit
4a349c69a8
@ -47,12 +47,12 @@ begin
|
||||
{$ifdef MSWINDOWS}
|
||||
sndPlaySound(PChar(sound),SND_ASYNC or SND_NODEFAULT);
|
||||
{$else}
|
||||
Writeln(Format('Playing sound %s (not supported yet on Linux)',[sound]);
|
||||
Writeln(Format('Playing sound %s (not supported yet on Linux)',[sound]));
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
Procedure StopSound; extdecl;
|
||||
begin;
|
||||
begin
|
||||
{$ifdef MSWINDOWS}
|
||||
sndPlaySoundW(nil,0);
|
||||
{$else}
|
||||
|
Loading…
Reference in New Issue
Block a user