(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives

This commit is contained in:
rubidium
2009-08-05 17:59:21 +00:00
parent a79707357b
commit d61be2637e
148 changed files with 34207 additions and 34207 deletions

View File

@@ -39,7 +39,7 @@ void Sign::UpdateVirtCoord()
{
Point pt = RemapCoords(this->x, this->y, this->z);
SetDParam(0, this->index);
this->sign.UpdatePosition(pt.x, pt.y - 6, STR_SIGN_WHITE);
this->sign.UpdatePosition(pt.x, pt.y - 6, STR_WHITE_SIGN);
}
/** Update the coordinates of all signs */