mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 05:37:03 -04:00
d_event work
This commit is contained in:
@@ -43,11 +43,10 @@ void daTag_Gship_c::modeClearEventInit() {
|
||||
void daTag_Gship_c::modeClearEvent() {
|
||||
if(mEvtInfo.checkCommandDemoAccrpt()) {
|
||||
int staffIdx = dComIfGp_evmng_getMyStaffId("PScnChg");
|
||||
if(dEvmng_strcmp(dComIfGp_getPEvtManager()->getMyNowCutName(staffIdx), "WARAIGOE") == 0) {
|
||||
if(strcmp(dComIfGp_getPEvtManager()->getMyNowCutName(staffIdx), "WARAIGOE") == 0) {
|
||||
if(dComIfGs_getEventReg(0x8803) == 3) {
|
||||
mDoAud_seStart(JA_SE_CV_G_SHIP_SCREAM);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
mDoAud_seStart(JA_SE_CV_G_SHIP_LAUGH);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user