Fix crash when printing cake messages.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11045 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk 2012-03-28 23:55:45 +00:00
parent 84cfaba0f6
commit c8e85be0d3

View File

@ -152,7 +152,7 @@ const core::stringw Cake::getHitString(const AbstractKart *kart) const
//I18N: shown when hit by cake. %1 is the attacker, %0 is the victim.
case 2: return _LTR("%0 should not play with %1's lunch");
//I18N: shown when hit by cake. %1 is the attacker, %0 is the victim.
case 4: return _LTR("%1 ruins %0's cakeless diet");
case 3: return _LTR("%1 ruins %0's cakeless diet");
default: assert(false); return L""; // avoid compiler warning
}
} // getHitString