]> git.openstreetmap.org Git - rails.git/commitdiff
Potlatch 0.10c... part two
authorRichard Fairhurst <richard@systemed.net>
Sat, 20 Sep 2008 12:07:48 +0000 (12:07 +0000)
committerRichard Fairhurst <richard@systemed.net>
Sat, 20 Sep 2008 12:07:48 +0000 (12:07 +0000)
app/controllers/swf_controller.rb
public/potlatch/beep.mp3 [new file with mode: 0644]
public/potlatch/potlatch.swf

index 54f8382eaf1f125d38e2c5ae7cf4278f56a42d0b..a96e71d05ee4ef99f9e4ff9e882e29a3fc2d3194 100644 (file)
@@ -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 (file)
index 0000000..9708352
Binary files /dev/null and b/public/potlatch/beep.mp3 differ
index f2e1d885aa3dcd1a2cde93a255027f4f2676a461..33649c88a84df372aa0d21021259ba86114b0d50 100755 (executable)
Binary files a/public/potlatch/potlatch.swf and b/public/potlatch/potlatch.swf differ