From 6fe9be8f58c2f5a948fca7f2ab857262b06f3354 Mon Sep 17 00:00:00 2001 From: shadzik Date: Sun, 24 Sep 2006 10:35:34 +0000 Subject: [PATCH] =?utf8?q?-=20make=20the=20new=20Slune=20Sound=20API=20wor?= =?utf8?q?k=20by=20Micha=C5=82=20Lisowski=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Changed files: Slune-slune_bin.patch -> 1.1 --- Slune-slune_bin.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Slune-slune_bin.patch diff --git a/Slune-slune_bin.patch b/Slune-slune_bin.patch new file mode 100644 index 0000000..587422d --- /dev/null +++ b/Slune-slune_bin.patch @@ -0,0 +1,14 @@ +--- Slune-1.0.12rc1/slune~ 2006-09-23 23:16:32.000000000 +0200 ++++ Slune-1.0.12rc1/slune 2006-09-23 23:15:59.000000000 +0200 +@@ -36,10 +36,8 @@ + sys.path.insert(0, APPDIR) + + import slune.globdef as globdef, soya +-soya.init(width = globdef.SCREEN_WIDTH, height = globdef.SCREEN_HEIGHT, fullscreen = globdef.FULLSCREEN, sound = 1, sound_doppler_factor = 0.005, sound_reference_distance = 3.0) +-#soya.init(width = globdef.SCREEN_WIDTH, height = globdef.SCREEN_HEIGHT, fullscreen = globdef.FULLSCREEN) ++soya.init(width = globdef.SCREEN_WIDTH, height = globdef.SCREEN_HEIGHT, fullscreen = globdef.FULLSCREEN) + soya.set_quality(globdef.QUALITY) +-soya.set_sound_volume(globdef.SOUND_VOLUME) + + LEVEL = "" + PARRAIN_HOST = None -- 2.43.0