summaryrefslogtreecommitdiff
path: root/src/worldmessages.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-10 00:16:39 +0200
committertroido <troido@protonmail.com>2020-04-10 00:16:39 +0200
commitafd1317197d1346626c58736defbbdf8aee7da68 (patch)
tree56781223a2664f292ee6f470d992b47c6b1b8609 /src/worldmessages.rs
parente7b4ed0f044c3ada82155f81d3b61c0c5ce36583 (diff)
send out notifications when fighting
Diffstat (limited to 'src/worldmessages.rs')
-rw-r--r--src/worldmessages.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/worldmessages.rs b/src/worldmessages.rs
index 676ef00..7dd05ec 100644
--- a/src/worldmessages.rs
+++ b/src/worldmessages.rs
@@ -68,7 +68,7 @@ pub type ChangeMessage = Vec<(Pos, Vec<Sprite>)>;
pub type HealthMessage = (i64, i64);
pub type InventoryMessage = Vec<(String, bool)>;
pub type GroundMessage = Vec<String>;
-pub type SoundMessage = Vec<(Option<String>, String)>;
+pub type SoundMessage = Vec<(String, String)>;
#[derive(Debug, Clone, PartialEq, Eq, Hash, Serialize)]
pub struct FieldMessage {