(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.
This commit is contained in:
@@ -212,7 +212,7 @@ static void ShipDetailsWndProc(Window *w, WindowEvent *e)
|
||||
|
||||
DrawShipImage(v, 3, 57, INVALID_VEHICLE);
|
||||
|
||||
SetDParam(1, BASE_YEAR + v->build_year);
|
||||
SetDParam(1, v->build_year);
|
||||
SetDParam(0, GetCustomEngineName(v->engine_type));
|
||||
SetDParam(2, v->value);
|
||||
DrawString(74, 57, STR_9816_BUILT_VALUE, 0);
|
||||
|
||||
Reference in New Issue
Block a user