Skip to content
Snippets Groups Projects
Verified Commit e6d2f513 authored by TORTEROTOT THOMAS's avatar TORTEROTOT THOMAS
Browse files

Removed stray comment

parent 2b7e514d
Branches
No related merge requests found
......@@ -26,7 +26,6 @@ PacmanGamemode::PacmanGamemode()
player = std::make_shared<pm::Player>(pm::Player(terrain));
// Create ghost_a
auto blinky = std::make_shared<pm::Blinky>(terrain, player);
auto pinky = std::make_shared<pm::Pinky>(terrain, player);
auto inky = std::make_shared<pm::Inky>(terrain, player, blinky);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment