|
楼主 |
发表于 2005-7-28 14:40:27
|
显示全部楼层
来自 中国–陕西–咸阳
Post by 乖乖宝
/* Uncomment the following line to get localized messages.
* You'll have to translate them in the translations file.
*/
//#define USE_TRANSLATIONS
#define MAX_MESSAGES 6
#define X_POS -1.0
#define Y_POS 0.30
#define HOLD_TIME 12.0
这一段我改成了
/* Uncomment the following line to get localized messages.
* You'll have to translate them in the translations file.
*/
//#define USE_TRANSLATIONS
#define MAX_MESSAGES 12
#define X_POS -1.0
#define Y_POS 0.30
#define HOLD_TIME 12.0
但还是不行,是不是要取消前面的#号??
我改成了这样,取消了也还是不行。。
/* Uncomment the following line to get localized messages.
* You'll have to translate them in the translations file.
*/
//#define USE_TRANSLATIONS
define MAX_MESSAGES 12
#define X_POS -1.0
#define Y_POS 0.30
#define HOLD_TIME 12.0 |
|