mirror of
https://github.com/glest/glest-source.git
synced 2025-09-29 08:59:01 +02:00
hopefully working implementation of mpfNoSelect from this discussion: http://glest.org/glest_board/index.php?topic=8165.msg82932#msg82932
This commit is contained in:
@@ -70,6 +70,7 @@ private:
|
||||
//properties
|
||||
bool twoSided;
|
||||
bool customColor;
|
||||
bool noSelect;
|
||||
|
||||
uint32 textureFlags;
|
||||
|
||||
@@ -123,6 +124,7 @@ public:
|
||||
//properties
|
||||
bool getTwoSided() const {return twoSided;}
|
||||
bool getCustomTexture() const {return customColor;}
|
||||
bool getNoSelect() const {return noSelect;}
|
||||
|
||||
//external data
|
||||
const InterpolationData *getInterpolationData() const {return interpolationData;}
|
||||
|
Reference in New Issue
Block a user