diff --git a/src/graphics/particle_kind.cpp b/src/graphics/particle_kind.cpp index ce6070592..1c3d09cbe 100644 --- a/src/graphics/particle_kind.cpp +++ b/src/graphics/particle_kind.cpp @@ -136,7 +136,8 @@ ParticleKind::ParticleKind(const std::string file) : m_min_start_color(255,255,2 } else { - fprintf(stderr, "[ParticleKind] WARNING: particle image '%s' does not appear in the list of currently known materials\n", materialFile.c_str()); + fprintf(stderr, "[ParticleKind] WARNING: particle image '%s' does not appear in the list of " + "currently known materials\n", materialFile.c_str()); } // ------------------------------------------------------------------------ diff --git a/src/tracks/quad_graph.hpp b/src/tracks/quad_graph.hpp index 8a5797777..c38205a03 100644 --- a/src/tracks/quad_graph.hpp +++ b/src/tracks/quad_graph.hpp @@ -102,7 +102,7 @@ public: video::ITexture *makeMiniMap(const core::dimension2du &where, const std::string &name, const video::SColor &fill_color - =video::SColor(175, 255, 255, 255) ); + =video::SColor(127, 255, 255, 255) ); void mapPoint2MiniMap(const Vec3 &xyz, Vec3 *out) const; /** Returns the number of nodes in the graph. */