]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add a break
authorFreddy <schro.sb@gmail.com>
Fri, 21 Oct 2016 19:10:09 +0000 (21:10 +0200)
committerFreddy <schro.sb@gmail.com>
Fri, 21 Oct 2016 19:10:09 +0000 (21:10 +0200)
qcsrc/common/t_items.qc

index 7561aed76c4a04c81c955ef22b626a0ee9cc155b..2b9a1f5d9860c9151cf1f4c3fa8ed947b919a88f 100644 (file)
@@ -508,6 +508,7 @@ void Item_Respawn (entity this)
                        break;
                default:
                        sound(this, CH_TRIGGER, SND_ITEMRESPAWN, VOL_BASE, ATTEN_NORM); // play respawn sound
+                       break;
        }
        setorigin(this, this.origin);