From: Richard Fairhurst Date: Sat, 20 Sep 2008 12:07:48 +0000 (+0000) Subject: Potlatch 0.10c... part two X-Git-Tag: live~7709 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/98d49ed14497e3af8367d8f42af9d9b760dcaba7 Potlatch 0.10c... part two --- diff --git a/app/controllers/swf_controller.rb b/app/controllers/swf_controller.rb index 54f8382ea..a96e71d05 100644 --- a/app/controllers/swf_controller.rb +++ b/app/controllers/swf_controller.rb @@ -117,8 +117,8 @@ class SwfController < ApplicationController def startShape s =0.chr # No fill styles s+=2.chr # Two line styles - s+=packUI16(5) + 0.chr + 255.chr + 255.chr # Width 5, RGB #00FFFF - s+=packUI16(5) + 255.chr + 0.chr + 255.chr # Width 5, RGB #FF00FF + s+=packUI16(0) + 0.chr + 255.chr + 255.chr # Width 5, RGB #00FFFF + s+=packUI16(0) + 255.chr + 0.chr + 255.chr # Width 5, RGB #FF00FF s+=34.chr # 2 fill, 2 line index bits s end diff --git a/public/potlatch/beep.mp3 b/public/potlatch/beep.mp3 new file mode 100644 index 000000000..970835268 Binary files /dev/null and b/public/potlatch/beep.mp3 differ diff --git a/public/potlatch/potlatch.swf b/public/potlatch/potlatch.swf index f2e1d885a..33649c88a 100755 Binary files a/public/potlatch/potlatch.swf and b/public/potlatch/potlatch.swf differ