diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-03 07:26:22 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-03 07:26:22 -0500 |
commit | 6b44ecd9da08087f4a44dd3daef211e763eb1c61 (patch) | |
tree | 4fcfb57340d594db779b63b00102ade2c3cb97fe /src/world.cpp | |
parent | b447a664066e98cc827626526179b3a3db22fa30 (diff) |
exit fixes, faster dialog
Diffstat (limited to 'src/world.cpp')
-rw-r--r-- | src/world.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/world.cpp b/src/world.cpp index d81d8de..3557121 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -95,11 +95,9 @@ void World::deleteEntities(void){ } World::~World(void){ - - if(behind){ + if(behind) delete behind; - } - + delete bgTex; delete[] star; delete[] line; |