aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/world.h')
-rw-r--r--include/world.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/world.h b/include/world.h
index ccf93a8..1e78cd0 100644
--- a/include/world.h
+++ b/include/world.h
@@ -17,6 +17,11 @@
#define GEN_INC 10
+
+#define GEN_MIN 80
+#define GEN_MAX 110
+
+
/**
* Defines how many game ticks it takes for a day to elapse.
*/
@@ -194,8 +199,7 @@ public:
*/
void setBGM(const char *path);
- void bgmPlay(void);
- void bgmStop(void);
+ void bgmPlay(World *prev);
/*
* Looks for the furthest back layer in this world and adds a new layer of width `width` behind it.