mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
add default params to a lot more functions
This commit is contained in:
+1
-1
@@ -3380,7 +3380,7 @@ void dKy_itudemo_se() {
|
||||
int roomNo = dComIfGp_roomControl_getStayNo();
|
||||
|
||||
if (env_light.mMoyaSE != 0) {
|
||||
mDoAud_seStart(env_light.mMoyaSE, NULL, 0, 0);
|
||||
mDoAud_seStart(env_light.mMoyaSE);
|
||||
}
|
||||
|
||||
if (strcmp(dComIfGp_getStartStageName(), "M_NewD2") == 0 && roomNo == 3) {
|
||||
|
||||
Reference in New Issue
Block a user