(svn r21803) -Cleanup: Remove unnecessary semicolons.

This commit is contained in:
terkhen
2011-01-15 15:36:58 +00:00
parent 2709454040
commit 679cd3c21b
13 changed files with 15 additions and 15 deletions

View File

@@ -609,7 +609,7 @@ static int DrawRailEnginePurchaseInfo(int left, int right, int y, EngineID engin
SetDParam(1, rvi->pow_wag_weight);
DrawString(left, right, y, STR_PURCHASE_INFO_PWAGPOWER_PWAGWEIGHT);
y += FONT_HEIGHT_NORMAL;
};
}
return y;
}