mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-05 18:28:06 -04:00
Another General Cleanup (#1651)
* add z64player.h include to z_player.c * NULL check in func_80AEE374 * Couple formating things * parameter R_PICTO_PHOTO_STATE * Remove COLPOLY_NORMAL_FRAC * DynaPolyActor_Init transformFlags * Float in ObjDriftice_Init * aspMainStack * Add gbi defines to m2ctx * Add GBI_DEFINES to COMMON_DEFINES in makefile instead of duplicating it * Add version to build include for m2ctx * Invadepoh includes * Sort calc_bss includes like makefile
This commit is contained in:
@@ -2368,7 +2368,7 @@ void Interface_UpdateButtonsPart1(PlayState* play) {
|
||||
if (!CHECK_EVENTINF(EVENTINF_41) ||
|
||||
(CHECK_EVENTINF(EVENTINF_41) && (CutsceneManager_GetCurrentCsId() == CS_ID_NONE))) {
|
||||
Audio_PlaySfx(NA_SE_SY_CAMERA_SHUTTER);
|
||||
SREG(89) = 1;
|
||||
R_PICTO_PHOTO_STATE = PICTO_PHOTO_STATE_SETUP;
|
||||
play->haltAllActors = true;
|
||||
sPictoState = PICTO_BOX_STATE_SETUP_PHOTO;
|
||||
sPictoPhotoBeingTaken = true;
|
||||
|
||||
Reference in New Issue
Block a user