(svn r3172) static, const
This commit is contained in:
@@ -421,7 +421,7 @@ static void DrawPlayerVehiclesAmount(PlayerID player)
|
||||
{
|
||||
const int x = 110;
|
||||
int y = 72;
|
||||
Vehicle *v;
|
||||
const Vehicle* v;
|
||||
uint train,road,air,ship;
|
||||
|
||||
DrawString(x, y, STR_7039_VEHICLES, 0);
|
||||
|
||||
Reference in New Issue
Block a user