Skip to content

Commit

Permalink
Update Game.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-tezel authored Jul 14, 2023
1 parent f4cd21b commit 15c3f73
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions 2D Top Down Shooter/gameCore/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ int GAMECOREDLL_EX StartGame()
SDL_RenderPresent(CBase::CRenderer);
}

ak.~AK47();
glock.~Glock17();
firstaid.~FirstAid();
player.~Player();
hud.~Hud();
HYP_Free();

return 0;
Expand Down Expand Up @@ -119,4 +114,4 @@ void TestEvents(SDL_Event* e, Player* player, InventorySystem* inventorySystem)
}break;
}
}
}
}

0 comments on commit 15c3f73

Please sign in to comment.