- removed the need of ep?attr.dat
- CLatch.cpp and CLatch.h have been removed, because they were replaced by better classes before. They are not used anymore and old git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@184 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -887,12 +887,12 @@ int NumStringsFreed;
|
||||
return NumStringsFreed;
|
||||
}
|
||||
|
||||
static void dumpstrings() {
|
||||
/*static void dumpstrings() {
|
||||
notes << "Available strings: ";
|
||||
for(int i=0;i<numStrings;i++)
|
||||
notes << strings[i].name << ", ";
|
||||
notes << endl;
|
||||
}
|
||||
}*/
|
||||
|
||||
// returns a pointer to the string with name 'name'
|
||||
std::string getstring(const std::string& name)
|
||||
|
||||
Reference in New Issue
Block a user