rename OBJECT_TAXI_SIGN to OBJECT_SIGN. This isn't about taxi signs any
more, but all sorts of signs. Now is the best time to get rid of a misleading name.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "apt_signs.hxx"
|
||||
|
||||
#define TAXI "OBJECT_TAXI_SIGN: "
|
||||
#define TAXI "OBJECT_SIGN: "
|
||||
#define RWY "OBJECT_RUNWAY_SIGN: "
|
||||
|
||||
|
||||
@@ -87,8 +87,7 @@ struct pair {
|
||||
//
|
||||
// Example: {l}E|{L}[T]|{Y,ur}L|E{r}
|
||||
//
|
||||
ssgBranch *sgMakeTaxiSign( SGMaterialLib *matlib,
|
||||
const string path, const string content )
|
||||
ssgBranch *sgMakeSign(SGMaterialLib *matlib, const string path, const string content)
|
||||
{
|
||||
double sign_height = 1.0; // meter
|
||||
bool lighted = true;
|
||||
|
||||
@@ -41,9 +41,9 @@ class SGMaterialLib; // forward declaration
|
||||
SG_USING_STD(string);
|
||||
|
||||
|
||||
// Generate a taxi sign
|
||||
ssgBranch *sgMakeTaxiSign( SGMaterialLib *matlib,
|
||||
const string path, const string content );
|
||||
// Generate a generic sign
|
||||
ssgBranch *sgMakeSign( SGMaterialLib *matlib,
|
||||
const string path, const string content );
|
||||
|
||||
|
||||
// Generate a runway sign
|
||||
|
||||
Reference in New Issue
Block a user