mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-25 21:31:28 +00:00
SERVER: Fix walktype not being applied to barrier crawlers
This commit is contained in:
parent
9866a529b0
commit
db90c9fd7b
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ void() zombie_hop10_5=[ $hop10, SUB_Null ] {self.frame = self.head.frame = 122;
|
||||||
if(self.crawling == 2)
|
if(self.crawling == 2)
|
||||||
{
|
{
|
||||||
makeCrawler(self);
|
makeCrawler(self);
|
||||||
return;
|
//return;
|
||||||
}
|
}
|
||||||
self.movetype = MOVETYPE_WALK;
|
self.movetype = MOVETYPE_WALK;
|
||||||
self.th_walk();
|
self.th_walk();
|
||||||
|
|
Loading…
Reference in a new issue