mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-30 08:26:27 -04:00
Merge pull request #377 from Cuyler36:ac_npc_rtc_talk_fix
Use proper enum value in mDemo_Set_camera call
This commit is contained in:
@@ -246,7 +246,7 @@ static void aNRTC_set_talk_info_talk_request() {
|
||||
}
|
||||
|
||||
mDemo_Set_msg_num(msg);
|
||||
mDemo_Set_camera(TRUE);
|
||||
mDemo_Set_camera(CAMERA2_PROCESS_NORMAL);
|
||||
}
|
||||
|
||||
static void aNRTC_talk_request(ACTOR* actor, GAME* game) {
|
||||
|
||||
Reference in New Issue
Block a user