summaryrefslogtreecommitdiff
path: root/src/game/powerup.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/powerup.rs')
-rw-r--r--src/game/powerup.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/powerup.rs b/src/game/powerup.rs
index 2f07816..f8a8e2f 100644
--- a/src/game/powerup.rs
+++ b/src/game/powerup.rs
@@ -3,5 +3,4 @@ use crate::geometry::*;
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
pub struct Powerup {
pub position: Point2d<i8>,
- pub value: i32
}