X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmonsters%2Fai.qc;h=b7c775578cc22b339a0c124e87c63c08a9d97ac8;hb=c34b1b5138bcf97e9049f85cd816055e822e8113;hp=022fde20152fec14ba2b6e223308569b6b146ff8;hpb=c4052acb21de917a6010586315bf102e262eb986;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/monsters/ai.qc b/qcsrc/server/monsters/ai.qc index 022fde201..b7c775578 100644 --- a/qcsrc/server/monsters/ai.qc +++ b/qcsrc/server/monsters/ai.qc @@ -115,8 +115,10 @@ void() t_movetarget = self = other; other = temp; + /* PLEASE FIX THE SOUND CHANNEL BEFORE ACTIVATING THIS if (self.classname == "monster_ogre") sound (self, CHAN_VOICE, "ogre/ogdrag.wav", 1, ATTN_IDLE);// play chainsaw drag sound + */ //dprint ("t_movetarget\n"); self.goalentity = self.movetarget = find (world, targetname, other.target); @@ -168,8 +170,10 @@ void() monster_wanderpathtouch = if (other.enemy) return; // fighting, not following a path + /* PLEASE FIX THE SOUND CHANNEL BEFORE ACTIVATING THIS if (other.classname == "monster_ogre") sound (other, CHAN_VOICE, "ogre/ogdrag.wav", 1, ATTN_IDLE);// play chainsaw drag sound + */ monster_wanderpaththink(); };