projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
369a1bf
)
Don't align monster with ground
author
Mario <mario.mario@y7mail.com>
Wed, 5 Jun 2013 18:38:09 +0000
(
04:38
+1000)
committer
Mario <mario.mario@y7mail.com>
Wed, 5 Jun 2013 18:38:09 +0000
(
04:38
+1000)
qcsrc/client/monsters.qc
patch
|
blob
|
history
diff --git
a/qcsrc/client/monsters.qc
b/qcsrc/client/monsters.qc
index 1942144043f6f68b95d18b8679e0316516f51aa8..c3eef3c1666970e58083edd2c99de72128ac96d5 100644
(file)
--- a/
qcsrc/client/monsters.qc
+++ b/
qcsrc/client/monsters.qc
@@
-232,7
+232,7
@@
void monster_draw()
return;
fixedmakevectors(self.angles);
- movelib_groundalign4point(50, 25, 0.25, 45);
+
//
movelib_groundalign4point(50, 25, 0.25, 45);
setorigin(self, self.origin + self.velocity * dt);
self.angles_y = self.move_angles_y;
}