Skip to content
Snippets Groups Projects
Commit df79a0e0 authored by Petrus Eriksson's avatar Petrus Eriksson
Browse files

Added more blocks

parent 5fd4e9b5
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -63,7 +63,6 @@ int main() ...@@ -63,7 +63,6 @@ int main()
destruct = player.check_collision(it, it->get_otype()); destruct = player.check_collision(it, it->get_otype());
if(destruct) if(destruct)
{ {
std::cout << "deleted" << std::endl;
delete it; delete it;
it = nullptr; it = nullptr;
} }
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment