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:
mfranz
2006-04-14 14:50:08 +00:00
parent 7e65ab2d3b
commit 73c0ef59c1
2 changed files with 5 additions and 6 deletions

View File

@@ -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;

View File

@@ -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