diff options
Diffstat (limited to 'src/room.rs')
| -rw-r--r-- | src/room.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/room.rs b/src/room.rs index 0bb2f61..94d5f00 100644 --- a/src/room.rs +++ b/src/room.rs @@ -249,8 +249,7 @@ impl <'a, 'b>Room<'a, 'b> { inventory.items.iter().map(|entry| (entry.itemid.clone(), entry.is_equipped)).collect(), inventory.capacity, health.health, - health.maxhealth, - HashMap::new() + health.maxhealth )) } |
