aboutsummaryrefslogtreecommitdiff
path: root/universe.c
diff options
context:
space:
mode:
Diffstat (limited to 'universe.c')
-rw-r--r--universe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/universe.c b/universe.c
index bce345c..cf310ef 100644
--- a/universe.c
+++ b/universe.c
@@ -48,7 +48,7 @@ ship_fire(Ship *s)
0, 0, 1,
};
- bv = mulpt2(xform(Vec2(1,0), R), THRUST);
+ bv = mulpt2(xform(Vec2(1,0), R), 10*THRUST);
for(i = 0; i < nelem(s->rounds); i++)
if(!s->rounds[i].fired){