Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sauraen committed Jun 9, 2024
1 parent 0cf008c commit f6c8210
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions include/z64.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
#include "prerender.h"
#include "widescreen.h"
#include "rainbow.h"
#include "occlusionplanes.h"

#if ENABLE_HACKER_DEBUG
#include "debug.h"
Expand Down Expand Up @@ -435,9 +434,6 @@ typedef struct PlayState {
/* 0x117A4 */ ObjectContext objectCtx;
/* 0x11CBC */ RoomContext roomCtx;
/* 0x11D34 */ TransitionActorContext transiActorCtx;
#if ENABLE_F3DEX3
OcclusionPlaneContext occPlaneCtx;
#endif
/* 0x11D3C */ void (*playerInit)(Player* player, struct PlayState* play, FlexSkeletonHeader* skelHeader);
/* 0x11D40 */ void (*playerUpdate)(Player* player, struct PlayState* play, Input* input);
/* 0x11D44 */ int (*isPlayerDroppingFish)(struct PlayState* play);
Expand Down
2 changes: 1 addition & 1 deletion include/z64scene.h
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ typedef enum {
#define SCENE_CMD_MISC_SETTINGS(sceneCamType, worldMapLocation) \
{ SCENE_CMD_ID_MISC_SETTINGS, sceneCamType, CMD_W(worldMapLocation) }

#ifdef ENABLE_F3DEX3
#if ENABLE_F3DEX3
#define SCENE_CMD_OCCLUSION_PLANE_CANDIDATES_LIST(numPlanes, planeList) \
{ SCENE_CMD_ID_OCC_PLANE_CAND_LIST, numPlanes, CMD_PTR(planeList) }
#endif
Expand Down

0 comments on commit f6c8210

Please sign in to comment.