(svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables
This commit is contained in:
@@ -161,7 +161,7 @@ void FixOldTowns()
|
||||
}
|
||||
}
|
||||
|
||||
StringID *_old_vehicle_names;
|
||||
static StringID *_old_vehicle_names;
|
||||
|
||||
void FixOldVehicles()
|
||||
{
|
||||
|
Reference in New Issue
Block a user