aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dat.h b/dat.h
index 2b3929d..3e8e703 100644
--- a/dat.h
+++ b/dat.h
@@ -124,7 +124,7 @@ struct Particle
struct Bullet
{
Particle;
- ulong ttl; /* in s */
+ double ttl; /* in s */
int fired; /* XXX: |v| != 0 */
};