diff src/th06/enemy.rs @ 737:0977d479e37d

ecl_vm: Uncomment instruction 121 function 8.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 28 Dec 2019 22:56:32 +0100
parents b9928db975e1
children 817c453b7223
line wrap: on
line diff
--- a/src/th06/enemy.rs
+++ b/src/th06/enemy.rs
@@ -93,6 +93,9 @@ pub struct Bullet {
 
     /// Current attributes of the bullet.
     pub attributes: [f32; 2],
+
+    /// TODO: what are the values?
+    pub state: i8,
 }
 
 /// God struct of our game.