Removed references to PRODUCER_INCLUDE_DIR and PRODUCER_LIB_DIR in the
local makefiles. Small change in txp loader for sun build
This commit is contained in:
@@ -268,11 +268,7 @@ public:
|
||||
bool isValid(void) const;
|
||||
const char *getErrMess() const;
|
||||
char* getDir(void){return dir;};
|
||||
protected:
|
||||
// Set if we're adding to an existing archive
|
||||
bool isRegenerate;
|
||||
|
||||
// Used to keep track of which tiles are in which file
|
||||
class TileFileEntry {
|
||||
public:
|
||||
int x,y,lod; // Identifying info for tile
|
||||
@@ -285,6 +281,12 @@ protected:
|
||||
std::vector<TileFileEntry> tiles;
|
||||
};
|
||||
|
||||
protected:
|
||||
// Set if we're adding to an existing archive
|
||||
bool isRegenerate;
|
||||
|
||||
// Used to keep track of which tiles are in which file
|
||||
|
||||
trpgEndian ness,cpuNess;
|
||||
int version;
|
||||
// Fed in from the outside
|
||||
|
||||
Reference in New Issue
Block a user