X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fblobs.cpp;h=01bfb2a8ed7c1fd8c8aa99207c752a2966b49f45;hp=d6a6fede8469f0b81518b291316d6def3356a9bc;hb=631f0cfd6b421f5be68d60375db2ce91176d923d;hpb=05c42da80ec11cd73cc8a1b6ff21ac817b02a6e6 diff --git a/src/blobs.cpp b/src/blobs.cpp index d6a6fed..01bfb2a 100644 --- a/src/blobs.cpp +++ b/src/blobs.cpp @@ -24,7 +24,7 @@ struct SwitchPanel { void operator ()(creature::Creature &c) { if (planet.Creatures().empty()) { - std::cout << "no more creatures, game over" << std::endl; + planet.GetSimulation().Log() << "no more creatures, game over" << std::endl; state.GetCreaturePanel().Hide(); while (app.HasState()) { app.PopState();