From 97506bba43166c738f84fa993c253e89ad88ee5a Mon Sep 17 00:00:00 2001 From: auria Date: Sun, 22 May 2011 22:25:17 +0000 Subject: [PATCH] Revert r8647, seems no more necessary now that I updated irrlicht git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8671 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/graphics/particle_kind.cpp | 3 ++- src/tracks/quad_graph.hpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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. */