aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-04-13 11:09:13 +0000
committerrodri <rgl@antares-labs.eu>2023-04-13 11:09:13 +0000
commit00f7d8dd3dc47ed3cfa951325e809a92c37341b7 (patch)
treebfe2916f4c3d4f0b5f659563bb61586633e7578b /dat.h
parent42ea627853d79a54ef956a831e2f8badff5bfdb8 (diff)
downloadmusw-00f7d8dd3dc47ed3cfa951325e809a92c37341b7.tar.gz
musw-00f7d8dd3dc47ed3cfa951325e809a92c37341b7.tar.bz2
musw-00f7d8dd3dc47ed3cfa951325e809a92c37341b7.zip
now using PNG files instead of image(6)s. bullet TTL taken into account during stepping.
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 */
};