Message in story mode now additionally points players to the minimap.

Signed-off-by: Sachith Hasaranga Seneviratne <sachith500@gmail.com>
This commit is contained in:
Sachith Hasaranga Seneviratne 2014-01-28 21:51:46 +05:30
parent f1f8900c5d
commit e50c902bf2

View File

@ -1805,7 +1805,7 @@ void Kart::crashed(const Material *m, const Vec3 &normal)
m_body->applyCentralImpulse( -4000.0f*push );
m_bounce_back_time = 2.0f;
core::stringw msg = _("You need more points\nto enter this challenge!");
core::stringw msg = _("You need more points\nto enter this challenge!\nCheck the minimap for\navailable challenges.");
std::vector<core::stringw> parts = StringUtils::split(msg, '\n', false);
// For now, until we have scripting, special-case the overworld... (TODO)