aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common.h2
-rw-r--r--include/world.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index 3c83e66..f278020 100644
--- a/include/common.h
+++ b/include/common.h
@@ -65,7 +65,7 @@ typedef struct {
*
*/
-#define HLINE 2 // 3 as in 3 pixels
+#define HLINE 3 // 3 as in 3 pixels
/*
* Define 'our' random number generation library. Eventually these macros will be replaced
diff --git a/include/world.h b/include/world.h
index ef9ef6e..ab161c0 100644
--- a/include/world.h
+++ b/include/world.h
@@ -71,7 +71,7 @@ public:
// drawn and handled by the world.
void addHole(unsigned int start,unsigned int end); // Create a hole in the world
- int getWidth(void);
+ int getStart(void);
};
float worldGetYBase(World *w);