Feature #1320 ยป 0036-handicaps.c-Remove-trailing-spaces.patch
ai/handicaps.c | ||
---|---|---|
*inverted = TRUE;
|
||
return _("Can change city production type without penalty.");
|
||
case H_ASSESS_DANGER_LIMITED:
|
||
return _("Limits the distance to search for threatening enemy units.");
|
||
return _("Limits the distance to search for threatening enemy units.");
|
||
case H_LAST:
|
||
break; /* fall through -- should never see this */
|
||
break; /* Fall through -- should never see this */
|
||
}
|
||
/* Should never reach here */
|