summaryrefslogtreecommitdiff
path: root/src/systems/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems/mod.rs')
-rw-r--r--src/systems/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systems/mod.rs b/src/systems/mod.rs
index fbd5c64..d45fc38 100644
--- a/src/systems/mod.rs
+++ b/src/systems/mod.rs
@@ -18,7 +18,7 @@ mod die;
mod spawn;
mod interact;
mod droploot;
-mod growth;
+mod timeout;
mod clear;
mod building;
@@ -42,7 +42,7 @@ pub use self::{
spawn::Spawn,
interact::Interact,
droploot::DropLoot,
- growth::Growth,
+ timeout::Timeout,
clear::Clear,
building::Building
};