- put sound back on WIN32 platform (J please review)
- Added menu text for token abilities (needs testing)
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-02-06 03:21:38 +00:00
parent 709a1ae237
commit 3f06c9b6c9
2 changed files with 7 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#ifdef WIN32
#include <windows.h>
#define WITH_FMOD
#elif defined (LINUX)
#else

View File

@@ -705,6 +705,12 @@ public:
return 1;
}
const char * getMenuText(){
string s = "Token:";
s.append(name);
return s.c_str();
}
virtual ostream& toString(ostream& out) const
{
out << "ATokenCreator ::: abilities : ?" // << abilities