From 0e5c78738efd5206ace1d000fd4160e223ba8597 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 29 Oct 2015 08:15:06 -0400 Subject: fixed world again --- include/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/world.h') 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); -- cgit v1.2.3