X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Fbreakable.qc;h=e92af677cc565dabd71a4177c94b17983f0ab6a0;hb=3a9017e6791a5dd7de4ba669c3b1ff08d4347a5b;hp=32926d4908cfa8fff4941f31773a3725ccb90bbc;hpb=991de5e6922cd3c283de56c3249624f0f1bfe767;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapobjects/func/breakable.qc b/qcsrc/common/mapobjects/func/breakable.qc index 32926d490..e92af677c 100644 --- a/qcsrc/common/mapobjects/func/breakable.qc +++ b/qcsrc/common/mapobjects/func/breakable.qc @@ -343,7 +343,7 @@ spawnfunc(func_breakable) this.dmg_force = 200; this.mdl = this.model; - SetBrushEntityModel(this); + SetBrushEntityModel(this, true); if(this.spawnflags & BREAKABLE_NODAMAGE) this.use = func_breakable_destroy;