projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
85c300c
)
Fix typo
author
mand1nga <mand1nga@xonotic.org>
Sat, 4 Dec 2010 17:56:51 +0000
(14:56 -0300)
committer
mand1nga <mand1nga@xonotic.org>
Sat, 4 Dec 2010 17:56:51 +0000
(14:56 -0300)
qcsrc/server/w_electro.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/w_electro.qc
b/qcsrc/server/w_electro.qc
index
ec3fb5e
..
1ae02b1
100644
(file)
--- a/
qcsrc/server/w_electro.qc
+++ b/
qcsrc/server/w_electro.qc
@@
-351,7
+351,7
@@
float w_electro(float req)
self.bot_secondary_electromooth = 0;
if(self.bot_secondary_electromooth == 0)
{
-
bool
shoot;
+
float
shoot;
if(autocvar_g_balance_electro_primary_speed)
shoot = bot_aim(autocvar_g_balance_electro_primary_speed, 0, autocvar_g_balance_electro_primary_lifetime, FALSE);