mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 11:41:46 +02:00
- bugfixes and code cleanup found using cppcheck
This commit is contained in:
@@ -58,6 +58,9 @@ private:
|
||||
const Texture *teamTexture;
|
||||
|
||||
public:
|
||||
MeshCallbackTeamColor() : MeshCallback() {
|
||||
teamTexture = NULL;
|
||||
}
|
||||
void setTeamTexture(const Texture *teamTexture) {this->teamTexture= teamTexture;}
|
||||
virtual void execute(const Mesh *mesh);
|
||||
};
|
||||
|
Reference in New Issue
Block a user