summaryrefslogtreecommitdiff
path: root/src/game.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-06 12:17:16 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-06 12:17:16 +0200
commit1e851a758e32834d909740df342831fef3d0e4b5 (patch)
treec5aaa9eead8d70ee86650fa36b0b4001bfe7e4e4 /src/game.rs
parent4d8846395fe12e6d92014da10f1e017267af0c57 (diff)
Lava map constants
Diffstat (limited to 'src/game.rs')
-rw-r--r--src/game.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.rs b/src/game.rs
index 5b14e46..b3cfc62 100644
--- a/src/game.rs
+++ b/src/game.rs
@@ -9,7 +9,7 @@ use player::*;
mod powerup;
use powerup::*;
-mod map;
+pub mod map;
use map::*;
use arrayvec::ArrayVec;