- bugfix for unit titles in special debug mode

- added support for png format for pixmap3d (Water) textures
This commit is contained in:
Mark Vejvoda
2011-07-01 07:46:18 +00:00
parent ec15c81d12
commit d2c8cc0187
5 changed files with 122 additions and 3 deletions

View File

@@ -320,6 +320,7 @@ public:
void loadSlice(const string &path, int slice);
void loadSliceBmp(const string &path, int slice);
void loadSliceTga(const string &path, int slice);
void loadSlicePng(const string &path, int slice);
//get
int getW() const {return w;}