diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-29 08:15:06 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-29 08:15:06 -0400 |
commit | 0e5c78738efd5206ace1d000fd4160e223ba8597 (patch) | |
tree | 4dfc4fc87c58cec092ebae2904cd4e2f9d583dc0 /include/world.h | |
parent | 9542d9a8a022fe1d3390510e8a135a4917df7aa7 (diff) |
fixed world again
Diffstat (limited to 'include/world.h')
-rw-r--r-- | include/world.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |