SAAC now compileable

This commit is contained in:
Gavin Lin 2018-08-09 02:54:36 -07:00
parent ee8300f7b7
commit 4c9d14b102
2 changed files with 5 additions and 5 deletions

View File

@ -178,7 +178,7 @@ char* makeStringFromEscaped( char* src )
}else{
src[searchindex++] = src[i];
}
NEXT:
NEXT:;
}
src[searchindex] = '\0';
return src;

View File

@ -137,7 +137,7 @@
//#define _UNLOCKPOOL // Robin 2003/12/12 Logout暂存区
#define _KILLDEADWORKER // Robin 2004/02/ 用sigusr1清除所有Worker 在unlock.arg加'K'
//#define _KILLDEADWORKER // Robin 2004/02/ 用sigusr1清除所有Worker 在unlock.arg加'K'
#define _SLEEP_CHAR // Robin 2004/02/12 活跃人物与非活跃人物分开储存
@ -151,13 +151,13 @@
#define _TEACHER_SYSTEM // 导师系统(未开放)
// Terry define end -------------------------------------------------------------------
#define _ANGEL_SUMMON // Robin 精灵的召唤
//#define _ANGEL_SUMMON // Robin 精灵的召唤
//#define _SASQL //Change 石器资料库 (不可开)
#define _RACEMAN // cyg 猎宠大会
//#define _RACEMAN // cyg 猎宠大会
//--------------------------------------------------------
//by longzoro
#define _SQL_BACKGROUND //网页后台功能 需同时开放_SASQL1
#define _SQL_REGISTER //自动注册功能 需同时开放_SASQL1
#define _SQL_REGISTER //自动注册功能 需同时开放_SASQL1