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 /src/world.cpp | |
parent | 9542d9a8a022fe1d3390510e8a135a4917df7aa7 (diff) |
fixed world again
Diffstat (limited to 'src/world.cpp')
-rw-r--r-- | src/world.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp index ec91c02..97ec5ac 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -581,7 +581,7 @@ void World::addHole(unsigned int start,unsigned int end){ } } -int World::getWidth(void){ +int World::getStart(void){ return -x_start; } |