Erwan
- put sound back on WIN32 platform (J please review) - Added menu text for token abilities (needs testing)
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#define WITH_FMOD
|
||||||
#elif defined (LINUX)
|
#elif defined (LINUX)
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|||||||
@@ -705,6 +705,12 @@ public:
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const char * getMenuText(){
|
||||||
|
string s = "Token:";
|
||||||
|
s.append(name);
|
||||||
|
return s.c_str();
|
||||||
|
}
|
||||||
|
|
||||||
virtual ostream& toString(ostream& out) const
|
virtual ostream& toString(ostream& out) const
|
||||||
{
|
{
|
||||||
out << "ATokenCreator ::: abilities : ?" // << abilities
|
out << "ATokenCreator ::: abilities : ?" // << abilities
|
||||||
|
|||||||
Reference in New Issue
Block a user